summaryrefslogtreecommitdiff
path: root/roulette.go
diff options
context:
space:
mode:
Diffstat (limited to 'roulette.go')
-rw-r--r--roulette.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/roulette.go b/roulette.go
index e3e3444..3718b40 100644
--- a/roulette.go
+++ b/roulette.go
@@ -39,6 +39,7 @@ func (_ RR) Handle(conn *irc.Conn, line *irc.Line) {
if trigger() {
conn.Kick(*room, line.Nick, "bang!")
conn.Notice(*room, "reload")
+ reload()
}
}