diff options
author | Holger Paradies <retabell@gmx.de> | 2014-01-04 15:32:16 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2014-01-04 16:01:05 +0100 |
commit | 7d6abebacb8ee9368f5bd715012a6f5003695549 (patch) | |
tree | 61faa76098c351b9c9970cb2720c1262976ce93b /kanotix-irc | |
parent | ab2274de752b0a20f6fa7ccb2322f8b99ec88799 (diff) | |
download | kanotix-packages-7d6abebacb8ee9368f5bd715012a6f5003695549.zip kanotix-packages-7d6abebacb8ee9368f5bd715012a6f5003695549.tar.gz |
enable autojoin
Diffstat (limited to 'kanotix-irc')
-rw-r--r-- | kanotix-irc/skel/.weechat/irc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kanotix-irc/skel/.weechat/irc.conf b/kanotix-irc/skel/.weechat/irc.conf index 454333d..3d049f6 100644 --- a/kanotix-irc/skel/.weechat/irc.conf +++ b/kanotix-irc/skel/.weechat/irc.conf @@ -91,8 +91,8 @@ send_unknown_commands = off addresses = "" anti_flood_prio_high = 2 anti_flood_prio_low = 2 -autoconnect = off -autojoin = "" +autoconnect = on +autojoin = "#kanotix" autoreconnect = on autoreconnect_delay = 10 autorejoin = off |