diff options
author | Tom Feist <shabble@metavore.org> | 2011-09-24 23:38:49 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2011-09-24 23:38:49 +0000 |
commit | 8e5d1a7e38afe7660268517846dbe5a145be4061 (patch) | |
tree | b466ee059d30c2ab03a6ccecf2320c9d7ec4e86e | |
parent | added linehax, a proof of concept for altering existing lines with /subs s/fi... (diff) | |
download | irssi-scripts-8e5d1a7e38afe7660268517846dbe5a145be4061.tar.gz irssi-scripts-8e5d1a7e38afe7660268517846dbe5a145be4061.zip |
cleanup linehax a bit.
-rw-r--r-- | feature-tests/linehax.pl | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/feature-tests/linehax.pl b/feature-tests/linehax.pl index 5744905..33c2363 100644 --- a/feature-tests/linehax.pl +++ b/feature-tests/linehax.pl @@ -69,24 +69,6 @@ our %IRSSI = ( updated => '$DATE' ); - -sub get_lines { - -} - -sub del_line { - -} - -sub insert_line { - - my $line = shift; -} - -sub alter_line { - -} - sub find_line { my ($win, $pattern) = @_; |