diff options
author | tv <tv@krebsco.de> | 2019-01-24 15:15:58 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-01-24 15:15:58 +0100 |
commit | a4b7708483dd32bc7256288faefa300d3fc13f7b (patch) | |
tree | e65995fe227657a262f2c990ef382227859c7784 /src/Reaktor.hs | |
parent | 34b66e54660d40378020058714e9499e86d3d96b (diff) |
Reaktor.Plugins.System: release -> regain
Diffstat (limited to 'src/Reaktor.hs')
-rw-r--r-- | src/Reaktor.hs | 2 |
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' |