A Python script for WeeChat. You can easily imply using /imply: /imply 2013#not using this

Sign up for a GitHub account Sign in All Gists public pepperouni / imply.py Created March 14, 2013 Code Revisions 1 /.sunken-menu-group /.sunken-menu-contents Embed HTTPS SSH You can clone with HTTPS or SSH . Download Gist /.only-with-full-nav A Python script for WeeChat. You can easily imply using /imply: /imply 2013#not using this View imply.py imply.py Raw File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 import weechat as wc import os , commands from datetime import date wc . register ( "imply" , "pepperouni" , "1.0" , "GPL3" , "Greentext it!" , "" , "" ) def imply ( data , buffer , args ): entry = args '''Multimply''' x = entry . rfind ( "#" ) if ( x !=- 1 ): imply ( d...

Linked on 2014-07-16 21:07:02 | Similar Links