mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 23:22:16 +02:00
Removed whois_coming-flag which was used to figure out if 301 event
should be printed as whois-message or normal "nick is away" message. Server redirections are used for that now. Some servers also send 301 event in /WHOWAS reply, this works now as well. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2104 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
725a66df7f
commit
1efdf062c6
4 changed files with 36 additions and 29 deletions
|
|
@ -48,7 +48,6 @@ struct _IRC_SERVER_REC {
|
|||
char *userhost; /* /USERHOST <nick> - set when joined to first channel */
|
||||
int channels_formed; /* channels formed in irc network */
|
||||
|
||||
unsigned int whois_coming:1; /* Mostly just to display away message right.. */
|
||||
unsigned int whois_found:1; /* Did WHOIS return any entries? */
|
||||
unsigned int whowas_found:1; /* Did WHOWAS return any entries? */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue