Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import hexchat
- import re
- __module_name__ = "points_script.py"
- __module_author__ = "blechinger"
- __module_version__ = "1"
- __module_description__ = "Get Points to shut the fuck up."
- def onotice_cb(word, word_eol, userdata):
- if word[1]
- and "You gained" in word[1]:
- return hexchat.EAT_ALLA
- hexchat.hook_print("Notice", onotice_cb)
Add Comment
Please, Sign In to add comment