@@ -154,6 +154,10 @@ class Bot(asynchat.async_chat):
self.sending.release()
defaction(self,recipient,text):
textu=unicode(chr(1)+"ACTION %s"%text)
returnself.msg(recipient,textu)
defnotice(self,dest,text):
self.write(('NOTICE',dest),text)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.