Merge pull request #31 from scoobybejesus/master
Remove duplicate (case doesn't matter, apparently)
This commit is contained in:
commit
9c30cd3002
|
@ -87,7 +87,7 @@ def dash(bot, trigger):
|
||||||
def dealwithit(bot, trigger):
|
def dealwithit(bot, trigger):
|
||||||
bot.say(u'(•_•) ( •_•)>⌐■-■ (⌐■_■)'.encode('utf8'))
|
bot.say(u'(•_•) ( •_•)>⌐■-■ (⌐■_■)'.encode('utf8'))
|
||||||
|
|
||||||
@sopel.module.commands('Deathtobitcoin', 'Deathtobitcoin2', 'deathtobitcoin', 'deathtobitcoin2')
|
@sopel.module.commands('Deathtobitcoin', 'Deathtobitcoin2')
|
||||||
def deathtobitcoin2(bot, trigger):
|
def deathtobitcoin2(bot, trigger):
|
||||||
bot.say('Devs, moderators, whoever you fucking are, please put my money back with interest. Or make my money appear in my wallet with interest!')
|
bot.say('Devs, moderators, whoever you fucking are, please put my money back with interest. Or make my money appear in my wallet with interest!')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue