mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-05 11:13:13 +02:00
Add CAP echo-message.
This commit is contained in:
+1
-1
@@ -957,7 +957,7 @@ int hooktype_stats(aClient *sptr, char *str);
|
||||
int hooktype_local_join(aClient *cptr, aClient *sptr, aChannel *chptr, char *parv[]);
|
||||
int hooktype_configtest(ConfigFile *cfptr, ConfigEntry *ce, int section, int *errors);
|
||||
int hooktype_configrun(ConfigFile *cfptr, ConfigEntry *ce, int section);
|
||||
int hooktype_usermsg(aClient *sptr, aClient *to, char *text, int notice);
|
||||
int hooktype_usermsg(aClient *sptr, aClient *to, MessageTag *mtags, char *text, int notice);
|
||||
int hooktype_chanmsg(aClient *sptr, aChannel *chptr, MessageTag *mtags, char *text, int notice);
|
||||
int hooktype_local_part(aClient *cptr, aClient *sptr, aChannel *chptr, char *comment);
|
||||
int hooktype_local_kick(aClient *cptr, aClient *sptr, aClient *victim, aChannel *chptr, char *comment);
|
||||
|
||||
Reference in New Issue
Block a user