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

Commit

Permalink
Update welcome.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RhinosF1 committed Mar 29, 2021
1 parent 0753838 commit a9c9f4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MirahezeBots/plugins/welcome.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ def send_welcome(nick, chan):
return f'Hello {nick}! If you have any questions, feel free to ask and someone should answer soon.'
if chan == '#miraheze-cvt':
return f'Welcome {nick}. If you need to report spam or abuse, please feel free to notify any of the voiced (+v) users, if it contains personal information you can pm them, or email us at cvt [at] miraheze.org' # noqa: E501
if chan == '#miraheze-bots-testing':
return "blah"
return None


Expand Down

0 comments on commit a9c9f4f

Please sign in to comment.