Ticket #6392: my-twisted-patch.patch
File my-twisted-patch.patch, 517 bytes (added by , 9 years ago) |
---|
-
twisted/words/test/test_irc.py
1686 1686 1687 1687 def test_away(self): 1688 1688 """ 1689 L{IRCC Lient.away} sends an AWAY command with the specified message.1689 L{IRCClient.away} sends an AWAY command with the specified message. 1690 1690 """ 1691 1691 message = "Sorry, I'm not here." 1692 1692 self.protocol.away(message)