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

Commit

Permalink
ezhillangbot is the name of bot
Browse files Browse the repository at this point in the history
  • Loading branch information
Muthiah Annamalai committed Sep 12, 2017
1 parent 99465a7 commit 0399ca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ezhilbot/ezhilbot.json
@@ -1 +1 @@
{"refid": -1}
{"refid": 907473883413880832}
2 changes: 1 addition & 1 deletion ezhilbot/ezhilbot.py
Expand Up @@ -192,7 +192,7 @@ def main():
code_msg = r.text
user = r.user.screen_name
try:
code_msg = code_msg.replace(u"@ezhillang","")
code_msg = code_msg.replace(u"@ezhillangbot","")
code_msg = escape_html(code_msg)
process_ezhil(r.id,api,code_msg,user)
except Exception as ioe:
Expand Down

0 comments on commit 0399ca6

Please sign in to comment.