mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Removed wrong SYNTAX: NOTICE, it's already correctly in irc/core
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1070 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
64dcb756b6
commit
5eaec93b29
1 changed files with 0 additions and 1 deletions
|
|
@ -79,7 +79,6 @@ static void cmd_action(const char *data, IRC_SERVER_REC *server)
|
|||
cmd_params_free(free_arg);
|
||||
}
|
||||
|
||||
/* SYNTAX: NOTICE [<target>] <message> */
|
||||
static void cmd_notice(const char *data, IRC_SERVER_REC *server)
|
||||
{
|
||||
char *target, *msg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue