-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed an issue with SET IGNORE's reloading. - Better handling on determining when to use extended output. - Replaced usage of OnPostCommand for adding to NickServ/ChanServ info, used OnNickInfo and OnChanInfo instead. - Better checks for numbers in Infix to Postfix conversion. - Prevent factorials of 13 of higher due to limit on 32-bit integers as well as execution time. - Prevent potential crashes if a fantasy command other than the D&D 3e Character one is used with no arguments. - Minor C++11 fixes. - Other minor code cleanups.
- Loading branch information
Showing
2 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters