Commit Graph

27 Commits

Author SHA1 Message Date
reality
708e3e0b96 the thing the thing 2013-10-20 16:41:08 +00:00
reality
df7d4149c6 ~ssri 2013-09-10 16:29:23 +00:00
reality
17bd41d3ef fix the chain 2013-09-07 18:12:02 +00:00
reality
6b9c7d6cf0 that should be channel.nicks 2013-09-07 18:03:59 +00:00
reality
a238994e0f voiced in chan can quiet 2013-09-07 17:55:48 +00:00
reality
a99a421767 mods can run pu commands 2013-07-26 11:59:37 +00:00
reality
b54a5a5ccc oh fuck 2013-07-26 11:54:39 +00:00
reality
891812ba36 unnecessary currentNick 2013-07-26 11:53:30 +00:00
reality
6efc01e90a Merge https://github.com/reality/dbot into database 2013-07-03 14:17:43 +00:00
reality
227dbbd8e4 whoops.. 2013-07-02 10:39:55 +00:00
reality
5a67f85ce1 power_users [#521] 2013-07-01 17:59:54 +00:00
reality
e1629f3a16 Alias support for command.api.hasAccess [#515][#514][#511] 2013-06-27 16:51:32 +00:00
reality
2fc5fc6992 remove command hooks [#471] 2013-05-25 22:09:07 +00:00
reality
41ec896dfc Merge git://github.com/reality/depressionbot into database 2013-05-10 18:13:41 +00:00
reality
80b586ba60 Fix access control [Close #436] 2013-05-06 21:49:45 +00:00
reality
9625f1d316 merge with master, command uses nickserv auth in db [#421] 2013-04-24 20:45:20 +00:00
reality
8475aa46e8 command can use nickserv [#421] 2013-04-23 19:07:23 +00:00
reality
f5fb2322b1 Merge github.com:reality/depressionbot into database 2013-04-14 15:16:55 +00:00
reality
b51f240061 Fix broken syntax in command changes [#359] 2013-04-14 14:29:14 +00:00
reality
5e0f126693 Do [#359] 2013-04-14 13:58:45 +00:00
reality
223b20b598 * ~ban and ~unban now fully databankerised and tested [#331]
* Refactored ~ignore and ~unignore
* Refactored API
* Command uses new ban/ignore APIs, removed its own isBanned
* Ignore is now aware of servers [#188]
2013-04-11 20:12:29 +00:00
reality
b56ac4164a isIgnoring now belongs in ignore.api, changes in command to reflect this. ~ignore now operational for commands. [#331] 2013-04-10 01:28:53 +00:00
John Maguire
e90572aebf adding initial support for wildcard ignores/bans 2013-03-21 06:34:33 -04:00
reality
eb62212626 Add check for channel ignorance in command execution logic [#190] 2013-01-27 16:48:14 +00:00
reality
921da917a4 Command hooks [#86]
* Command API function to addHook(command, callback)
* Commands open to callbacks must return information or indicate failed completion by return false
* Hooks to be added in module onLoad
* Command loop checks for available hooks and return state, then applies with module scope.
* onLoad running moved to end of all module loading to facilitate this without order problems
* Added example for ~qadd dent
2013-01-15 17:23:14 +00:00
reality
5419a664dc Much better! [#131] 2013-01-14 16:24:38 +00:00
reality
dc269b53b4 Here is an experimental look at how modules will have to be as per [#131] 2013-01-14 16:02:40 +00:00