aboutsummaryrefslogtreecommitdiffstats
path: root/history-search/rl_history_search.pl
diff options
context:
space:
mode:
authorTom Feist <shabble@metavore.org>2011-04-01 06:26:42 +0000
committerTom Feist <shabble@metavore.org>2011-04-01 06:26:42 +0000
commit9b4f3c204419e20bcb470b8aa04a6ffb4e35fdfb (patch)
treef5297e136bf4372783476000a39910559da1942f /history-search/rl_history_search.pl
parentnotifyquit: flippy-floppy some logic for clarity. (diff)
downloadirssi-scripts-9b4f3c204419e20bcb470b8aa04a6ffb4e35fdfb.tar.gz
irssi-scripts-9b4f3c204419e20bcb470b8aa04a6ffb4e35fdfb.zip
Bah. more fixing of script_is_loaded.
Diffstat (limited to 'history-search/rl_history_search.pl')
-rw-r--r--history-search/rl_history_search.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/history-search/rl_history_search.pl b/history-search/rl_history_search.pl
index 642b99c..2df9171 100644
--- a/history-search/rl_history_search.pl
+++ b/history-search/rl_history_search.pl
@@ -81,7 +81,7 @@ sub DEBUG () { $DEBUG_ENABLED }
# check we have uberprompt loaded.
sub script_is_loaded {
- return exists($Irssi::Script::{shift . '::'}) ;
+ return exists($Irssi::Script::{$_[0] . '::'}) ;
}
if (not script_is_loaded('uberprompt')) {