JakobOvrum / Diggler

IRC bot framework for the D programming language
http://jakobovrum.github.io/Diggler/
Other
6 stars 5 forks source link

allowPMCommands not working as intended #7

Closed mitchgrout closed 9 years ago

mitchgrout commented 9 years ago

The Diggler bot will still accept commands through private message even if allowPMCommands is explicitly set to false. Using the example code found here http://pastebin.com/bazpL0AU , run the bot, and /msg DebugBot !echo foobar The bot will respond as it normally would in a channel, which it should not.