Derecho / JWordGame

JWordGame is an IRC word game bot written in Java.
Other
2 stars 0 forks source link

Enable some commands to also work in PM #1

Open Derecho opened 10 years ago

Derecho commented 10 years ago

The !wgpoints, !wgstatus and !wgtop commands currently only work in a channel, but they tend to spam the channel a bit. They should work in PMs to the bot as well.

This improvement requires a small refactoring of the three functions handling the commands. It should make use of the user's default channel if it is set.