mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05: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:
parent
d2edd435b8
commit
230a51cefd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user