mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
/DISCONNECT <tag> works again for not-yet-connected servers.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2874 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
452db286da
commit
2ad623acd0
3 changed files with 22 additions and 1 deletions
|
|
@ -46,6 +46,7 @@ void server_ref(SERVER_REC *server);
|
|||
int server_unref(SERVER_REC *server);
|
||||
|
||||
SERVER_REC *server_find_tag(const char *tag);
|
||||
SERVER_REC *server_find_lookup_tag(const char *tag);
|
||||
SERVER_REC *server_find_chatnet(const char *chatnet);
|
||||
|
||||
/* starts connecting to server */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue