aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2019-02-01 09:52:00 -0500
committerRyan Kavanagh <rak@debian.org>2019-02-01 09:52:00 -0500
commit23e9fbbea091176753ea831c683dcaf08bd289b4 (patch)
tree3f3867c21b8f5ada0cd79a743e17e09c927898d5
parenticd bugfix? (diff)
Wait 2000ms on OFTC connection before doing anything to identify
-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";