Created
September 21, 2012 16:28
-
-
Save barneygale/3762487 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Shortcut to /mod-broadcast | |
*:/mb $ = >>> | |
_assertperm('mod', 0) | |
assign(@mods, _get_mods()) | |
foreach(@mods, @mod, | |
tmsg(@mod, concat('[', color(red), 'Mod - ', player(), color(white), '] ', color(green), $)) | |
) | |
<<< |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment