@@ -155,7 +155,8 @@ class Bot(asynchat.async_chat):
self.sending.release()
defaction(self,recipient,text):
textu=unicode(chr(1)+"ACTION %s"%text)
text="ACTION %s"%text
textu=chr(1)+text+chr(1)
returnself.msg(recipient,textu)
defnotice(self,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.