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
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;