Add get_kill_reason() that uses BitchX.kill, and convert all /KILL users to it
Previously only send_kill() used BitchX.kill - the other KILL commands (eg. /WHOKILL) were using the random kick reasons. Standardise them all on BitchX.kill, and add this file to the source so it can be installed along with the other random reason files.
This commit is contained in:
@@ -102,9 +102,10 @@ ChannelList * BX_prepare_command (int *, char *, int);
|
||||
int are_you_opped (char *);
|
||||
void error_not_opped (const char *);
|
||||
|
||||
char *get_reason (char *, char *);
|
||||
char *get_realname(char *);
|
||||
char *get_signoffreason (char *);
|
||||
char *get_reason(const char *nick, const char *file);
|
||||
char *get_kill_reason(const char *target, const char *nick);
|
||||
char *get_realname(const char *nick);
|
||||
char *get_signoffreason(const char *nick);
|
||||
int isme (char *);
|
||||
|
||||
char *BX_convert_output_format (const char *, const char *, ...);
|
||||
|
||||
Reference in New Issue
Block a user