Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
Version 9.1.2 (#450)
Browse files Browse the repository at this point in the history
* Update miraheze.py

* Update version.py
  • Loading branch information
MacFan4000 committed Feb 27, 2021
1 parent d176498 commit afd9b37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion MirahezeBots/plugins/miraheze.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ def miraheze(bot, trigger):
def miraheze_gethelp(bot, trigger):
"""Reply to help requests."""
if trigger.sender == '#miraheze':
bot.reply('Pinging Reception123, Zppix, PuppyKun, Voidwalker, or RhinosF1 who might be able to help you.')
bot.reply('Pinging dmehus, JohnLewis, paladox, PuppyKun, Reception123, RhinosF1, SPF|Cloud, Universal_Omega, and Voidwalker,'
'who might be able to help you. Other users in this channel also see this and may be able to assist you.')
else:
bot.reply('If you need Miraheze releated help, please join #miraheze')

Expand Down
2 changes: 1 addition & 1 deletion MirahezeBots/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = '9.1.1'
VERSION = '9.1.2'
VERSIONARRAY = VERSION.split(".")
SHORTVERSION = 'v' + str(VERSIONARRAY[0])

0 comments on commit afd9b37

Please sign in to comment.