This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Import xchat module | |
import xchat | |
# Required module information | |
__module_name__ = "loose cannon" | |
__module_version__ = "1.0" | |
__module_description__ = "Annoy the ops, namely agargiulo" | |
# Define the callback method for our hook | |
def loose_cannon_cb(word, word_eol, userdata): |
NewerOlder