This commit is contained in:
Jeremy Fincher 2003-10-13 04:06:13 +00:00
parent 1d5dfa070d
commit 33cd4aa908

View File

@ -2,6 +2,12 @@
* Version 0.73.1!
* Fixed a bug in Math.{calc,rpn} where certain functions
("degrees" in particular) that didn't like complex arguments would
fail on numbers on which they shouldn't.
* Added an optional "key" argument to ChannelCommands.cycle.
* Fixed bolding in supybot-wizard.py.
* Fixed handling of the secure flag by ircdb.IrcUser.setAuth;