mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
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:
parent
80dff168fd
commit
9dd46372ff
2 changed files with 7 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue