CloudBotIRC / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
273 stars 252 forks source link

.resethistory is broken. #242

Open astrutt opened 8 years ago

astrutt commented 8 years ago

It doesn't do anything, looking at the code, it's supposed to reset the .seen history for a channel.

It doesn't clear anything. Also it accepts the command from ANY user even without admin privs on the bot.

Because it accepted the command from ALL users without admin, I thought maybe it's supposed to clear the .seen for only the user requesting, but that isn't the case either.

Seems to be broken completely and does nothing.

[19:18:42] .resethistory [19:18:43] (RDNt) Reset chat history for current channel. [19:18:46] .seen RDNt [19:18:47] (RDNt) Have you looked in a mirror lately? [19:18:51] .seen mathcrab [19:18:51] (RDNt) mathcrab was last seen 6 minutes ago saying

and so on... reproducible with default installation/configuration

Can we get this fixed?

Thanks!