aboutsummaryrefslogtreecommitdiff
path: root/.irssi
diff options
context:
space:
mode:
Diffstat (limited to '.irssi')
-rw-r--r--.irssi/config8
1 files changed, 7 insertions, 1 deletions
diff --git a/.irssi/config b/.irssi/config
index c058975..685a25c 100644
--- a/.irssi/config
+++ b/.irssi/config
@@ -47,7 +47,13 @@ chatnets = {
max_msgs = "4";
max_whois = "1";
};
- OFTC = { type = "IRC"; max_kicks = "1"; max_msgs = "1"; max_whois = "1"; };
+ OFTC = {
+ type = "IRC";
+ autosendcmd = "wait -oftc 2000";
+ max_kicks = "1";
+ max_msgs = "1";
+ max_whois = "1";
+ };
Undernet = {
type = "IRC";
max_kicks = "1";