Skip to content

Instantly share code, notes, and snippets.

@barneygale
Created September 21, 2012 16:28
Show Gist options
  • Select an option

  • Save barneygale/3762487 to your computer and use it in GitHub Desktop.

Select an option

Save barneygale/3762487 to your computer and use it in GitHub Desktop.

Revisions

  1. barneygale created this gist Sep 21, 2012.
    8 changes: 8 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    #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), $))
    )
    <<<