Skip to content

Commit

Permalink
missed the letter "s"
Browse files Browse the repository at this point in the history
  • Loading branch information
deathbybandaid committed Mar 30, 2019
1 parent cbdbcd7 commit bc476df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sopel/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def action(self, text, dests):
if not isinstance(dests, list):
dests = [dests]
dests = ','.join(str(x) for x in dests)
self.say('\001ACTION {}\001'.format(text), dest)
self.say('\001ACTION {}\001'.format(text), dests)

def reply(self, text, dests, reply_to, notice=False):
"""Prepend ``reply_to`` to ``text``, and send as a PRIVMSG to ``dest``.
Expand Down

0 comments on commit bc476df

Please sign in to comment.