1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 08:43:13 +02:00

irc: add option "-noswitch" for command /join (task #12275)

This commit is contained in:
Sebastien Helleu
2012-10-09 21:33:09 +02:00
parent aa6b886386
commit 5cfeb2f2bc
28 changed files with 338 additions and 176 deletions
+3 -2
View File
@@ -197,8 +197,9 @@ struct t_irc_server
struct t_irc_redirect *last_redirect; /* last command redirection */
struct t_irc_notify *notify_list; /* list of notify */
struct t_irc_notify *last_notify; /* last notify */
struct t_hashtable *manual_joins; /* manual joins pending */
struct t_hashtable *channel_join_key; /* keys pending for joins */
struct t_hashtable *join_manual; /* manual joins pending */
struct t_hashtable *join_channel_key; /* keys pending for joins */
struct t_hashtable *join_noswitch; /* joins w/o switch to buffer */
struct t_gui_buffer *buffer; /* GUI buffer allocated for server */
char *buffer_as_string; /* used to return buffer info */
struct t_irc_channel *channels; /* opened channels on server */