repositories
/
cloogle-irc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93f0540
)
Use NOTICE instead of PRIVMSG
author
Camil Staps
<info@camilstaps.nl>
Thu, 13 Jul 2017 13:28:27 +0000
(13:28 +0000)
committer
Camil Staps
<info@camilstaps.nl>
Thu, 13 Jul 2017 13:28:27 +0000
(13:28 +0000)
cloogleirc.icl
patch
|
blob
|
history
diff --git
a/cloogleirc.icl
b/cloogleirc.icl
index
69be839
..
596f8c4
100644
(file)
--- a/
cloogleirc.icl
+++ b/
cloogleirc.icl
@@
-173,7
+173,7
@@
Start w
| m == "!restart" = (Nothing, w)
| m.[0] == '!'
# (msgs, w) = realProcess (split " " $ m % (1, size m)) w
- = (Just $ map (
PRIVMSG
recipient) msgs, w)
+ = (Just $ map (
NOTICE
recipient) msgs, w)
= (Just [], w)
where
recipient = case (\(CSepList [t:_]) -> t.[0]) t of