Merge remote-tracking branch 'upstream/master'

This commit is contained in:
da
2016-03-14 22:53:51 +01:00
12 changed files with 64 additions and 51 deletions
+3 -2
View File
@@ -7,16 +7,17 @@
package modules
import (
"log"
"strings"
"time"
"code.dnix.de/an/xlog"
"github.com/sorcix/irc"
)
func init() {
MsgHandlers["coffee"] = coffeeHandleMessage
log.Println("Initializing coffee module")
xlog.Info("Coffee module initialized")
}
func coffeeHandleMessage(m *irc.Message) {