diff --git a/modules/nsfw.py b/modules/nsfw.py new file mode 100755 index 0000000..d30aa8c --- /dev/null +++ b/modules/nsfw.py @@ -0,0 +1,18 @@ +#!/usr/bin/python2 +""" +nsfw.py - some things just aren't safe for work, a phenny module +author: Casey Link - for when a link isn't safe for work") + return + phenny.say("!!NSFW!! -> %s <- !!NSFW!!" % (link)) + +nsfw.rule = (['nsfw'], r'(.*)') + +if __name__ == '__main__': + print __doc__.strip() +