Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Commit

Permalink
[plugin] insult, small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias H authored and Oblomov committed Feb 20, 2014
1 parent 33b2d05 commit 43a9091
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/rbot/plugins/insult.rb
Expand Up @@ -234,6 +234,7 @@ def insult(m, params)
else
msgto = m.channel
end
msgto = m.source.to_s if not msgto

insult = generate_insult
@bot.say msgto, prefix + insult + suffix
Expand Down

0 comments on commit 43a9091

Please sign in to comment.