chainsol

Untitled

Dec 18th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. def channel_prefix(self, msg, emit=False):
  2.         prefix_string = CHANNEL_COLORS.get(self.key.lower(), "[{}] ".format(self.key.capitalize()))
  3.         return prefix_string
Advertisement
Add Comment
Please, Sign In to add comment