Small log fix

This commit is contained in:
Chris Sexton 2013-08-31 23:41:15 -04:00
parent 90b86aaf7d
commit cfbe0dc4bc
1 changed files with 0 additions and 2 deletions

View File

@ -68,8 +68,6 @@ func (p *RememberPlugin) Message(message bot.Message) bool {
for i := len(p.Log[message.Channel]) - 1; i >= 0; i-- {
entry := p.Log[message.Channel][i]
log.Println("Test entry:", entry.User.Name, entry.Body)
if strings.ToLower(entry.User.Name) == strings.ToLower(nick) &&
strings.Contains(
strings.ToLower(entry.Body),