pass contents along.

This commit is contained in:
Lars Peter Søndergaard 2015-05-23 20:51:58 +02:00
parent 3b93a655cd
commit bb61957811
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class CTCPSupport(rfc1459.RFC1459Support):
if self.is_channel(target) and not self.in_channel(target):
raise client.NotInChannel(target)
self.message(target, construct_ctcp(query))
self.message(target, construct_ctcp(query, contents))
def ctcp_reply(self, target, query, response):
""" Send a CTCP reply to a target. """