aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2018-09-30 13:31:27 -0700
committerChristine Dodrill <me@christine.website>2018-09-30 13:31:27 -0700
commitb1af575815bdcc05329f3aa92bcaa46b6fb0ada6 (patch)
treea8f35266af6a81161cf3f05e2b3fd914b301ab3a /irc
parent9aff773cf65fef8ae2ca1bd0466c6d54819b0d69 (diff)
downloadx-b1af575815bdcc05329f3aa92bcaa46b6fb0ada6.tar.xz
x-b1af575815bdcc05329f3aa92bcaa46b6fb0ada6.zip
internal: add license flag
Diffstat (limited to 'irc')
-rw-r--r--irc/clevelandbrown/main.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/irc/clevelandbrown/main.go b/irc/clevelandbrown/main.go
index 2a7ff2c..8fa96c0 100644
--- a/irc/clevelandbrown/main.go
+++ b/irc/clevelandbrown/main.go
@@ -223,7 +223,6 @@ func scoreCleveland(c *irc.Client, m *irc.Message) {
"channel": m.Params[0],
"user": m.Prefix.String(),
"scoredelta": 1,
- "svclog": true,
})
}
}
@@ -232,7 +231,7 @@ func scoreCleveland(c *irc.Client, m *irc.Message) {
for _, efnLine := range efknockr {
if strings.Contains(thisLine, strings.ToLower(efnLine)) {
- const delta = 5
+ const delta = 11
sc += delta
ln.Log(ctx, ln.F{
"action": "efknockr_detected",
@@ -240,7 +239,6 @@ func scoreCleveland(c *irc.Client, m *irc.Message) {
"user": m.Prefix.String(),
"channel": m.Params[0],
"delta": delta,
- "svclog": true,
})
}
}
@@ -253,8 +251,6 @@ func scoreCleveland(c *irc.Client, m *irc.Message) {
"channel": m.Params[0],
"user": m.Prefix.String(),
"score": sc,
- "svclog": true,
- "ping": "Xena",
})
}
@@ -392,4 +388,8 @@ var efknockr = []string{
"Voice your opinions at https://webchat.freenode.net/?channels=#freenode",
"This message was brought to you by Private Internet Access. Voice your opinions at https://webchat.freenode.net/?channels=%23freenode",
"<script type=\"text/javascript\" src=\"http://web.nba1001.net:8888/tj/tongji.js\"></script>",
+ "Interested in reasonably priced GLOBAL IRC ADVERTISING? Contact me on twitter https://twitter.com/nenolod or linkedin https://www.linkedin.com/in/nenolod",
+ "Want IRC ads? https://williampitcock.com/",
+ "With our IRC ad service you can reach a global audience of entrepreneurs and fentanyl addicts with extraordinary engagement rates! https://williampitcock.com/",
+ "Make sure to report this IP to any DNSBLs you might think of! That'll totally stop the flood. https://dronebl.org/ I also recommend installing https://github.com/kaniini/antissh",
}