--- 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', '')
-