summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--roulette.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/roulette.go b/roulette.go
index 2d7d18c..c0729a6 100644
--- a/roulette.go
+++ b/roulette.go
@@ -42,6 +42,7 @@ func (_ RR) Handle(conn *irc.Conn, line *irc.Line) {
func init() {
rand.Seed(time.Now().Unix())
+ reload()
Register("!", &RR{
Command{
Help: "Russian roulette",