mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
changed /QUOTE to be sent immediately, since the queueing was changed, it's not possible to do things like /quote PONG :cookie before event 001 has been received (required on some EFNet servers when you haven't got an identd)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4225 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
df69be65d4
commit
f517f0cd46
1 changed files with 1 additions and 1 deletions
|
|
@ -577,7 +577,7 @@ static void cmd_quote(const char *data, IRC_SERVER_REC *server)
|
|||
if (server == NULL || server->connect_time == 0)
|
||||
cmd_return_error(CMDERR_NOT_CONNECTED);
|
||||
|
||||
irc_send_cmd(server, data);
|
||||
irc_send_cmd_now(server, data);
|
||||
}
|
||||
|
||||
/* SYNTAX: RAWQUOTE <data> */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue