summaryrefslogtreecommitdiffstats
path: root/src/Reaktor.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Reaktor.hs')
-rw-r--r--src/Reaktor.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Reaktor.hs b/src/Reaktor.hs
index 77db22c..3f968ac 100644
--- a/src/Reaktor.hs
+++ b/src/Reaktor.hs
@@ -160,7 +160,7 @@ logMsgFilter = \case
Message p "PRIVMSG" ["NickServ",xs] | check -> do
Just (Message p "PRIVMSG" ["NickServ",xs'])
where
- check = elem cmd ["IDENTIFY","RELEASE"] && length ws > 2
+ check = elem cmd ["IDENTIFY","REGAIN"] && length ws > 2
ws = BS.words xs
(cmd:ws') = ws
(nick:_) = ws'