Skip to content

Instantly share code, notes, and snippets.

@HarHar
Created January 2, 2013 20:31
Show Gist options
  • Save HarHar/4437687 to your computer and use it in GitHub Desktop.
Save HarHar/4437687 to your computer and use it in GitHub Desktop.
2cool4u
import weechat
# -*- coding: utf8 -*-
weechat.register("kumagawa", "HarHar/t4w", "1.0", "GPL3", "2cool", "", "")
hook = weechat.hook_command('x', '『』 it', "[msg]", "", "msg", "kewl", "")
def kewl(data, buffer, args):
buffer = weechat.current_buffer()
weechat.command(buffer, chr(15) + '『 '+ args + chr(15) +' 』')
return weechat.WEECHAT_RC_OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment