aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/commands/mod/dumb.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make dumb use abstracted invite functions rather than duplicating codeMinusGix2020-03-071-9/+12
|
* Add trip to various commands that include nickname of moderator using themMinusGix2020-03-061-1/+1
|
* Reword actions which are restricted on using against users of same levelMinusGix2020-03-061-1/+1
|
* Minor UAC tweaksmarzavec2020-03-061-1/+1
| | | | Added an underscore to the uac info lib which prevents the server from attempting to use the file as a command module, allowing removal of the 'info' property and empty 'run' command
* Move most uses of uType filtering to use UAC levelsMinusGix2020-03-051-3/+5
|
* Minor bug fixesmarzavec2019-11-071-2/+2
|
* Syntax update and formatting tweaksmarzavec2019-11-071-37/+48
|
* refactoring 2 of 2marzavec2019-04-081-2/+2
|
* Core hook upgrade, misc fixesmarzavec2019-02-211-2/+2
| | | | (See ChangeLog.md tbh)
* Added hooks, modules and cleaned up codemarzavec2018-09-301-17/+81
|
* cleaned up and commented modulesmarzavec2018-06-041-2/+9
|
* Completed protocol decouplingmarzavec2018-06-031-7/+7
|
* Array checking made constructor safeOpSimple2018-06-011-1/+1
|
* Just cleaning stuffsOpSimple2018-06-011-3/+2
|
* Added an extra option to add alliesOpSimple2018-06-011-2/+8
| | | Added an extra option to add allies who can see the dumb user's texts
* Created dumb.jsOpSimple2018-05-311-0/+58
This command module adds a new way to cleanly get rid of unwanted spams.