diff --git a/ChangeLog b/ChangeLog index e73053b5d..c6feb3a88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ + * Changed the name of the "bug" command in the AdminCommands + plugin to "reportbug" instead. + * Added QUIT stat-keeping to ChannelDB. This added another column to the database; you'll need to add a 'quits' column to both user_stats and channel_stats. Good luck. diff --git a/src/AdminCommands.py b/src/AdminCommands.py index 9c583f838..e0614b3b6 100755 --- a/src/AdminCommands.py +++ b/src/AdminCommands.py @@ -191,7 +191,7 @@ class AdminCommands(privmsgs.CapabilityCheckingPrivmsg): conf.prefixChars = s irc.reply(msg, conf.replySuccess) - def bug(self, irc, msg, args): + def reportbug(self, irc, msg, args): """ Reports a bug to a private mailing list supybot-bugs. @@ -211,7 +211,6 @@ class AdminCommands(privmsgs.CapabilityCheckingPrivmsg): """) % (description, time.ctime(), conf.version, messages) email = email.strip() email = email.replace('\n', '\r\n') - #debug.printf(`email`) smtp = smtplib.SMTP('mail.sourceforge.net', 25) smtp.sendmail('jemfinch@users.sf.net', ['supybot-bugs@lists.sourceforge.net'],