1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 18:23:13 +02:00

Added /buffer command, jump to buffer by number (alt-digit), actions now ok in private buffers

This commit is contained in:
Sebastien Helleu
2004-07-04 15:39:49 +00:00
parent 9e6938bdf7
commit f02ba717a0
28 changed files with 1426 additions and 994 deletions
+1
View File
@@ -67,6 +67,7 @@ extern t_weechat_alias *alias_new (char *, char *);
extern int exec_weechat_command (t_irc_server *, char *);
extern void user_command (t_irc_server *, char *);
extern int weechat_cmd_alias (char *);
extern int weechat_cmd_buffer (int, char **);
extern int weechat_cmd_clear (int, char **);
extern int weechat_cmd_connect (int, char **);
extern int weechat_cmd_disconnect (int, char **);