-
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.
Bug fixing spree (see commit for details)
lib/irc: - Fix parsing messages where arguments include a forward slash - When errors occur, print out error regardless of in debug mode or not lib/models/channel: - Add @_bot which includes a reference to the instance of the bot - Lua's VM is capable of handling garbage collection over cyclic references, otherwise this could introduce a large memory leak. lib/models/user: - Add @_bot (similar to above) - Add assertions over @nick, @user, @host plugins/command: - Fix missed case for COMMAND_OK when msgid is passed and using colors - In command `test`, use the Option invocation of checking accounts plugins/data: - Use Option when initializing accounts for users - Fix calling constructors for User and Channel to reflect above changes
- Loading branch information
1 parent
18cf8ee
commit c4524f8
Showing
5 changed files
with
31 additions
and
24 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
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
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