aboutsummaryrefslogtreecommitdiffstats
path: root/feature-tests/getchan.pl
diff options
context:
space:
mode:
authorricho <richo@psych0tik.net>2011-09-21 11:33:31 +0000
committerricho <richo@psych0tik.net>2011-09-21 11:33:31 +0000
commitc705a09d0fe81ac20497d17640792cdcaf5ec0d0 (patch)
treeaaa382f548260902c96274e75c7a184db0e7cf8d /feature-tests/getchan.pl
parentMerge branch 'master' into richoH-dev (diff)
parentRemove deprecated docs (diff)
downloadirssi-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.pl2
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");
}