Advertisement
Thelorgoreng

rooms code for sekkki (Chatango Bot)

Sep 7th, 2015
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.28 KB | None | 0 0
  1. elif cmd == "rooms" : ##Copas aje dah faiq##
  2.         j = []
  3.         for i in self.roomnames:
  4.           j.append(i+'[%s]' % str(self.getRoom(i).usercount))
  5.           j.sort()
  6.         room.message("I'm online in "+'[%s] room(s) ,There are: '%(len(self.roomnames))+", ".join(j))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement