mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
DCC /MSG handlers broke /MSG -ircnet
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2396 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
3a2b45559f
commit
f8114c834f
@ -235,8 +235,8 @@ static void cmd_msg(const char *data)
|
||||
|
||||
g_return_if_fail(data != NULL);
|
||||
|
||||
if (!cmd_get_params(data, &free_arg, 2 | PARAM_FLAG_OPTIONS |
|
||||
PARAM_FLAG_GETREST, "msg",
|
||||
if (!cmd_get_params(data, &free_arg, 2 | PARAM_FLAG_UNKNOWN_OPTIONS |
|
||||
PARAM_FLAG_OPTIONS | PARAM_FLAG_GETREST, "msg",
|
||||
&optlist, &target, &text))
|
||||
return;
|
||||
|
||||
|
@ -182,8 +182,8 @@ static void cmd_msg(const char *data)
|
||||
|
||||
g_return_if_fail(data != NULL);
|
||||
|
||||
if (!cmd_get_params(data, &free_arg, 2 | PARAM_FLAG_OPTIONS |
|
||||
PARAM_FLAG_GETREST, "msg",
|
||||
if (!cmd_get_params(data, &free_arg, 2 | PARAM_FLAG_UNKNOWN_OPTIONS |
|
||||
PARAM_FLAG_OPTIONS | PARAM_FLAG_GETREST, "msg",
|
||||
&optlist, &target, &text))
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user