Allow sending USER before NICK when logging in.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2198 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-12-06 15:11:08 +00:00 committed by cras
commit 9dd46372ff
2 changed files with 7 additions and 3 deletions

View file

@ -26,6 +26,7 @@ typedef struct {
LISTEN_REC *listen;
IRC_SERVER_REC *server;
unsigned int pass_sent:1;
unsigned int user_sent:1;
unsigned int connected:1;
} CLIENT_REC;