forked from PsychoticNinja/irssi
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);
|
g_return_if_fail(data != NULL);
|
||||||
|
|
||||||
if (!cmd_get_params(data, &free_arg, 2 | PARAM_FLAG_OPTIONS |
|
if (!cmd_get_params(data, &free_arg, 2 | PARAM_FLAG_UNKNOWN_OPTIONS |
|
||||||
PARAM_FLAG_GETREST, "msg",
|
PARAM_FLAG_OPTIONS | PARAM_FLAG_GETREST, "msg",
|
||||||
&optlist, &target, &text))
|
&optlist, &target, &text))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
@ -182,8 +182,8 @@ static void cmd_msg(const char *data)
|
|||||||
|
|
||||||
g_return_if_fail(data != NULL);
|
g_return_if_fail(data != NULL);
|
||||||
|
|
||||||
if (!cmd_get_params(data, &free_arg, 2 | PARAM_FLAG_OPTIONS |
|
if (!cmd_get_params(data, &free_arg, 2 | PARAM_FLAG_UNKNOWN_OPTIONS |
|
||||||
PARAM_FLAG_GETREST, "msg",
|
PARAM_FLAG_OPTIONS | PARAM_FLAG_GETREST, "msg",
|
||||||
&optlist, &target, &text))
|
&optlist, &target, &text))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user