reality
3726be64b7
yee
2013-05-27 17:48:36 +00:00
reality
429eafd8e4
banOutput option in command [ #460 ]
2013-05-27 17:45:30 +00:00
reality
9847a05301
Add accessOutput command to tell users when they are not authorised to run a command [ #467 ]
2013-05-26 14:14:01 +00:00
reality
2fc5fc6992
remove command hooks [ #471 ]
2013-05-25 22:09:07 +00:00
reality
5bf6088453
fix command emit on reload
2013-05-25 21:34:11 +00:00
reality
712db49274
Merge github.com:reality/depressionbot into database
2013-05-25 21:05:45 +00:00
reality
1e2a823ef2
Initial logging module [ #336 ]
2013-05-25 19:13:35 +00:00
reality
4891b70ec3
merge [ #307 ]
2013-04-30 16:47:47 +00:00
reality
2afb1c6ba3
Add int handling for setconfig, add debugLevel [ #307 ]
2013-04-30 16:44:39 +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
11dcaac44c
last commit meant admin commands couldnt be run. will rethink later.
2013-04-12 17:59:51 +00:00
reality
38c18366a3
Stop command execution syntax running if line is not a command. Note [ #337 ] was fixed a few commits ago too.
2013-04-12 17:42:11 +00:00
reality
6bae0f47bf
~ignorechannel and ~unignorechannel now databankerised. Fixed bug with not initialising chan ignores onLoad. Ignore now fully databankerised. [ #331 ]
2013-04-11 21:21:12 +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
reality
eb62212626
Add check for channel ignorance in command execution logic [ #190 ]
2013-01-27 16:48:14 +00:00
Luke Slater
6b6907fe7b
re-add ~quote syntax
2013-01-24 00:39:42 +01:00
reality
d7bbd57358
what a fool
2013-01-23 13:40:33 +00:00
Luke Slater
c783113cca
This should fix that undefined whatsit
2013-01-15 18:38:08 +01: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
1bd1b5aa56
remove useless crap from modules [ #136 ]
2013-01-15 16:54:51 +00:00
reality
3bde9e4930
Transformed dent module, changed module loader to give right scope. [ #131 ]
2013-01-14 17:45:53 +00:00
reality
0ff2a43c07
command can stand being run without quotes!
2013-01-14 16:47:48 +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
reality
0769d0bd69
Removed dependency on commandMap (I think ignore might still look at it for now). Underscorised command. [ #81 ]
2013-01-12 16:14:17 +00:00
reality
76733f4679
Remove some debug output
2013-01-12 11:30:39 +00:00
reality
400169f9ee
Disable command config [ #126 ] Disabled ~js (good example for [ #125 ])
2013-01-12 10:12:56 +00:00
reality
f8d4896eb6
Moderator + admin access level for commands [ #124 ]
...
* May now add property 'access' to commands specifying 'moderator' or 'admin' level access
* Add 'moderators' key to config
* Convert commands in admin module to use command marshalling listener rather than its own
2013-01-12 09:38:13 +00:00
reality
1ab1ff5319
Help links added to config [ #89 ]
2012-12-30 20:30:49 +00:00
reality
c06f754b8f
Added ~help command [ #89 ]
2012-12-30 20:15:48 +00:00
reality
81217ece50
Add a debug mode that shows the error and the top of the stack trace in the case of an error if activated.
2012-12-23 02:25:58 +00:00
Luke Slater
b641dcd34a
usage info in command
2012-12-11 20:31:11 +00:00
Luke Slater
b2ea634d8c
Move all the modules to their own directories
2012-12-11 16:04:52 +00:00