mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
/LIST: don't require -yes option if there's 1000 channels or less.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1057 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
131825ea0e
commit
69f3b3f159
4 changed files with 28 additions and 11 deletions
|
|
@ -39,6 +39,7 @@ typedef struct {
|
|||
char *real_address; /* address the irc server gives */
|
||||
char *usermode; /* The whole mode string .. */
|
||||
char *userhost; /* /USERHOST <nick> - set when joined to first channel */
|
||||
int channels_formed; /* channels formed in irc network */
|
||||
|
||||
unsigned int nick_changing:1; /* We've sent nick change command to server */
|
||||
unsigned int whois_coming:1; /* Mostly just to display away message right.. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue