mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Fixed lag checking when nick was just being changed.
Support for DALnet event 437 "can't change nick while being banned in some channel" which conflicts with ircnet's "nick/channel temporarily unavailable" git-svn-id: http://svn.irssi.org/repos/irssi/trunk@806 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
990e2741aa
commit
cbcf1b07bc
5 changed files with 88 additions and 22 deletions
|
|
@ -38,6 +38,7 @@ typedef struct {
|
|||
char *usermode; /* The whole mode string .. */
|
||||
char *userhost; /* /USERHOST <nick> - set when joined to first channel */
|
||||
|
||||
int nick_changing:1; /* We've sent nick change command to server */
|
||||
int whois_coming:1; /* Mostly just to display away message right.. */
|
||||
int whois_found:1; /* Did WHOIS return any entries? */
|
||||
int whowas_found:1; /* Did WHOWAS return any entries? */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue