diff options
author | richo <richo@psych0tik.net> | 2011-09-21 11:33:31 +0000 |
---|---|---|
committer | richo <richo@psych0tik.net> | 2011-09-21 11:33:31 +0000 |
commit | c705a09d0fe81ac20497d17640792cdcaf5ec0d0 (patch) | |
tree | aaa382f548260902c96274e75c7a184db0e7cf8d /feature-tests/getchan.pl | |
parent | Merge branch 'master' into richoH-dev (diff) | |
parent | Remove deprecated docs (diff) | |
download | irssi-scripts-c705a09d0fe81ac20497d17640792cdcaf5ec0d0.tar.gz irssi-scripts-c705a09d0fe81ac20497d17640792cdcaf5ec0d0.zip |
Merge branch 'master' into richoH-dev
Diffstat (limited to 'feature-tests/getchan.pl')
-rw-r--r-- | feature-tests/getchan.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/feature-tests/getchan.pl b/feature-tests/getchan.pl index 7d4ee55..acb1748 100644 --- a/feature-tests/getchan.pl +++ b/feature-tests/getchan.pl @@ -104,7 +104,7 @@ sub restore_formats { Irssi::command("^FORMAT chansetup_line $line_format"); Irssi::command("^FORMAT chansetup_header $head_format"); if ($foot_format =~ m/^\s*$/) { - Irssi::command("^FORMAT -reset chansetup_footer"); + Irssi::command("^FORMAT -delete chansetup_footer"); } else { Irssi::command("^FORMAT chansetup_footer $foot_format"); } |