mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Send NICK change before 001 request so that ircII also knows our real nick.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2211 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
cb6e1286cd
commit
fe8971ac8f
3 changed files with 15 additions and 16 deletions
|
|
@ -39,6 +39,7 @@ void proxy_listen_deinit(void);
|
|||
void proxy_settings_init(void);
|
||||
|
||||
void proxy_dump_data(CLIENT_REC *client);
|
||||
void proxy_client_reset_nick(CLIENT_REC *client);
|
||||
|
||||
void proxy_outdata(CLIENT_REC *client, const char *data, ...);
|
||||
void proxy_outdata_all(IRC_SERVER_REC *server, const char *data, ...);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue