mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02: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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue