mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 00:03:12 +02:00
Fixed /privmsg command
This commit is contained in:
@@ -135,7 +135,7 @@ t_irc_command irc_commands[] =
|
||||
1, 2, 1, irc_cmd_send_pong, NULL, NULL },
|
||||
{ "privmsg", N_("message received"),
|
||||
"", "",
|
||||
0, MAX_ARGS, 1, NULL, NULL, irc_cmd_recv_privmsg },
|
||||
0, 0, 1, NULL, NULL, irc_cmd_recv_privmsg },
|
||||
{ "quit", N_("close all connections & quit " WEECHAT_NAME),
|
||||
N_("[quit_message]"),
|
||||
N_("quit_message: quit message (displayed to other users)"),
|
||||
|
||||
@@ -135,7 +135,7 @@ t_irc_command irc_commands[] =
|
||||
1, 2, 1, irc_cmd_send_pong, NULL, NULL },
|
||||
{ "privmsg", N_("message received"),
|
||||
"", "",
|
||||
0, MAX_ARGS, 1, NULL, NULL, irc_cmd_recv_privmsg },
|
||||
0, 0, 1, NULL, NULL, irc_cmd_recv_privmsg },
|
||||
{ "quit", N_("close all connections & quit " WEECHAT_NAME),
|
||||
N_("[quit_message]"),
|
||||
N_("quit_message: quit message (displayed to other users)"),
|
||||
|
||||
Reference in New Issue
Block a user