mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 01:25:42 +02:00
Mode changes with /op, /deop, /voice, /devoice, /halfop, /dehalfop are now sent in one mode command to server (task #5968)
This commit is contained in:
@@ -5,6 +5,8 @@ ChangeLog - 2006-10-12
|
||||
|
||||
|
||||
Version 0.2.2 (under dev!):
|
||||
* mode changes with /op, /deop, /voice, /devoice, /halfop, /dehalfop are
|
||||
now sent in one mode command to server (task #5968)
|
||||
* added more values for config boolean values: y/true/t/1 and n/false/f/0
|
||||
* fixed bug with /alias and arguments (like $1), now text after
|
||||
argument(s) is used (bug #17944)
|
||||
|
||||
+46
-38
File diff suppressed because it is too large
Load Diff
@@ -471,6 +471,7 @@ extern int irc_cmd_send_list (t_irc_server *, t_irc_channel *, char *);
|
||||
extern int irc_cmd_send_lusers (t_irc_server *, t_irc_channel *, char *);
|
||||
extern int irc_cmd_send_me (t_irc_server *, t_irc_channel *, char *);
|
||||
extern int irc_cmd_send_mode (t_irc_server *, t_irc_channel *, char *);
|
||||
extern void irc_send_mode_nicks (t_irc_server *, char *, char *, char *, int, char **);
|
||||
extern int irc_cmd_send_motd (t_irc_server *, t_irc_channel *, char *);
|
||||
extern int irc_cmd_send_msg (t_irc_server *, t_irc_channel *, char *);
|
||||
extern int irc_cmd_send_names (t_irc_server *, t_irc_channel *, char *);
|
||||
|
||||
@@ -5,6 +5,8 @@ ChangeLog - 2006-10-12
|
||||
|
||||
|
||||
Version 0.2.2 (under dev!):
|
||||
* mode changes with /op, /deop, /voice, /devoice, /halfop, /dehalfop are
|
||||
now sent in one mode command to server (task #5968)
|
||||
* added more values for config boolean values: y/true/t/1 and n/false/f/0
|
||||
* fixed bug with /alias and arguments (like $1), now text after
|
||||
argument(s) is used (bug #17944)
|
||||
|
||||
+46
-38
File diff suppressed because it is too large
Load Diff
@@ -471,6 +471,7 @@ extern int irc_cmd_send_list (t_irc_server *, t_irc_channel *, char *);
|
||||
extern int irc_cmd_send_lusers (t_irc_server *, t_irc_channel *, char *);
|
||||
extern int irc_cmd_send_me (t_irc_server *, t_irc_channel *, char *);
|
||||
extern int irc_cmd_send_mode (t_irc_server *, t_irc_channel *, char *);
|
||||
extern void irc_send_mode_nicks (t_irc_server *, char *, char *, char *, int, char **);
|
||||
extern int irc_cmd_send_motd (t_irc_server *, t_irc_channel *, char *);
|
||||
extern int irc_cmd_send_msg (t_irc_server *, t_irc_channel *, char *);
|
||||
extern int irc_cmd_send_names (t_irc_server *, t_irc_channel *, char *);
|
||||
|
||||
Reference in New Issue
Block a user