diff options
author | Ryan Kavanagh <rak@debian.org> | 2019-02-01 09:52:00 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2019-02-01 09:52:00 -0500 |
commit | 23e9fbbea091176753ea831c683dcaf08bd289b4 (patch) | |
tree | 3f3867c21b8f5ada0cd79a743e17e09c927898d5 | |
parent | icd bugfix? (diff) |
Wait 2000ms on OFTC connection before doing anything to identify
-rw-r--r-- | .irssi/config | 8 |
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"; |