aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/commands/mod/dumb.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-03-07Make dumb use abstracted invite functions rather than duplicating codeMinusGix1-9/+12
2020-03-06Add trip to various commands that include nickname of moderator using themMinusGix1-1/+1
2020-03-06Reword actions which are restricted on using against users of same levelMinusGix1-1/+1
2020-03-06Minor UAC tweaksmarzavec1-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
2020-03-05Move most uses of uType filtering to use UAC levelsMinusGix1-3/+5
2019-11-07Minor bug fixesmarzavec1-2/+2
2019-11-07Syntax update and formatting tweaksmarzavec1-37/+48
2019-04-08refactoring 2 of 2marzavec1-2/+2
2019-02-21Core hook upgrade, misc fixesmarzavec1-2/+2
(See ChangeLog.md tbh)
2018-09-30Added hooks, modules and cleaned up codemarzavec1-17/+81
2018-06-04cleaned up and commented modulesmarzavec1-2/+9
2018-06-03Completed protocol decouplingmarzavec1-7/+7
2018-06-01Array checking made constructor safeOpSimple1-1/+1
2018-06-01Just cleaning stuffsOpSimple1-3/+2
2018-06-01Added an extra option to add alliesOpSimple1-2/+8
Added an extra option to add allies who can see the dumb user's texts
2018-05-31Created dumb.jsOpSimple1-0/+58
This command module adds a new way to cleanly get rid of unwanted spams.