Skip to content

Instantly share code, notes, and snippets.

@blizzarddreams
Created May 26, 2016 02:48
Show Gist options
  • Select an option

  • Save blizzarddreams/291e20cee2bbd1587660c32fff2be492 to your computer and use it in GitHub Desktop.

Select an option

Save blizzarddreams/291e20cee2bbd1587660c32fff2be492 to your computer and use it in GitHub Desktop.
j: "join",
join: function (arg, by, room, cmd) {
if (!this.isRanked('admin')) return false;
this.say(`/join ${arg}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment