0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 21 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made example plugin data.lua disabled by default as it depends on a third-party library More... almost 13 years ago
Merge pull request #6 from TheLinx/1dadfd783711c7bbaf6852a4b4aaaba38049e001 More... almost 13 years ago
looks like I forgot the new data plugin More... almost 13 years ago
Merge pull request #5 from TheLinx/master More... almost 13 years ago
removed bad nickserv plugin More... almost 13 years ago
updated data, seen and tell plugins More... almost 13 years ago
added nickserv identification More... almost 13 years ago
Removed unused dependency from example/main.lua More... almost 13 years ago
data, seen and tell example plugins are now disabled by default More... almost 13 years ago
Updated the example bot to use the new irc.set module More... almost 13 years ago
Fixed 'enabled' field of Think hooks More... almost 13 years ago
Fixed command.lua depending on debug module tableprint More... almost 13 years ago
Added help entries for the admin plugin More... about 13 years ago
added RequireConfiguration function to plugins, and the Load, Unload and PostLoad hooks can now be hooked using the Hook function More... about 13 years ago
Added help plugin More... about 13 years ago
Errors when loading non-default plugins at startup are no longer fatal More... about 13 years ago
Hooks now fully share benefits with commands More... about 13 years ago
Prettier error messages for malformed command entries More... about 13 years ago
Added blacklist and whitelist attributes to commands More... about 13 years ago
Added load, unload, memory and pollinterval commands to the admin plugin More... about 13 years ago
small changes to admin code More... about 13 years ago
Refactored plugin system, unloading/loading of single plugins is now fully operational More... about 13 years ago
Moved more stuff around More... about 13 years ago
moved some stuff around More... about 13 years ago
Unrecognized commands no longer produce a warning, they're just plain ignored More... about 13 years ago
Massive refactoring More... about 13 years ago
Added plugins/sandbox.lua for an admin only 'execute Lua' command. disabled by default More... about 13 years ago
Added disable() function for disabling plugins without having to delete them More... about 13 years ago
Fixed some bugs in command.lua More... about 13 years ago
Fixed raise() function More... about 13 years ago