1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 23:06:38 +02:00

Option irc.look.one_server_buffer reintroduced (all IRC servers in one buffer)

This commit is contained in:
Sebastien Helleu
2008-09-24 18:59:24 +02:00
parent 6555ff5c7b
commit 0fd3f8b6eb
18 changed files with 800 additions and 504 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ struct t_irc_server;
#define IRC_COMMAND_TOO_FEW_ARGUMENTS(__buffer, __command) \
weechat_printf (__buffer, \
_("%sirc: too few arguments for \"%s\" command"), \
weechat_prefix ("error"), __command); \
irc_buffer_get_server_prefix (ptr_server, "error"), \
__command); \
return WEECHAT_RC_ERROR;