CactusDev / CactusBot

An open source, community-written service-agnostic chat bot
MIT License
30 stars 6 forks source link

Fixed !multi not responding when run incorrectly #260

Closed RPiAwesomeness closed 7 years ago

RPiAwesomeness commented 7 years ago

What does this change?

Previously running !multi without the proper format in the arguments (!multi innectic for example) would make the bot invisibly error and not return anything to the user. This resolves that and makes it easy to understand what went wrong.

Requirements

2Cubed commented 7 years ago

Uhh...?

In [1]: "b:Innectic".split(':')
Out[1]: ['b', 'Innectic']