1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 14:26:39 +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
+2 -1
View File
@@ -55,7 +55,8 @@ extern void irc_command_away_server (struct t_irc_server *server,
int reset_unread_marker);
extern void irc_command_join_server (struct t_irc_server *server,
const char *arguments,
int manual_join);
int manual_join,
int noswitch);
extern void irc_command_mode_server (struct t_irc_server *server,
struct t_irc_channel *channel,
const char *arguments,