cbcb1ac55566

im dumb
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 18 Sep 2014 12:07:16 -0400
parents 10b135dc39c9
children 4e0d0927fa6b b21e7cb29335
branches/tags (none)
files weechat/python/autoload/quotes.py

Changes

--- a/weechat/python/autoload/quotes.py	Thu Sep 18 11:48:31 2014 -0400
+++ b/weechat/python/autoload/quotes.py	Thu Sep 18 12:07:16 2014 -0400
@@ -28,9 +28,6 @@
 def hds(name, obj, attr):
     return hd(weechat.hdata_string, name, obj, attr)
 
-def hdgs(name, obj, attr):
-    return hd(weechat.hdata_get_string, name, obj, attr)
-
 def get_lines(buffer):
     lines = hdp("buffer", buffer, "own_lines")
     if not lines:
@@ -88,5 +85,3 @@
             '',
             'quote_grab',
             '')
-        weechat.hook_command_run('/input complete*', 'completer', '')
-