1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-08 04:26:01 -04:00

Remove SYNTAX: OPER from here - it's already in core (and syntax.pl gets

twice the same syntaxes currently..)


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1889 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-10-21 20:11:18 +00:00 committed by cras
parent d2edd435b8
commit 230a51cefd

View File

@ -407,7 +407,6 @@ static void cmd_oper_got_pass(const char *password, OPER_PASS_REC *rec)
g_free(rec);
}
/* SYNTAX: OPER [<nick> [<password>]] */
static void cmd_oper(const char *data, IRC_SERVER_REC *server)
{
char *nick, *password, *format;