modules: chase MsgBuf API change
This commit is contained in:
parent
760bafdac3
commit
428ca87b01
78 changed files with 332 additions and 330 deletions
|
@ -39,7 +39,7 @@
|
|||
|
||||
#include <string.h>
|
||||
|
||||
static int m_ison(struct Client *, struct Client *, int, const char **);
|
||||
static int m_ison(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
|
||||
|
||||
struct Message ison_msgtab = {
|
||||
"ISON", 0, 0, 0, MFLG_SLOW,
|
||||
|
@ -63,7 +63,7 @@ static char buf2[BUFSIZE];
|
|||
* ISON :nicklist
|
||||
*/
|
||||
static int
|
||||
m_ison(struct Client *client_p, struct Client *source_p, int parc, const char *parv[])
|
||||
m_ison(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_p, int parc, const char *parv[])
|
||||
{
|
||||
struct Client *target_p;
|
||||
char *nick;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue