summaryrefslogtreecommitdiffstats
path: root/scripts/xqf.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/xqf.pl')
-rw-r--r--scripts/xqf.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xqf.pl b/scripts/xqf.pl
index d64c44c..2ea7a30 100644
--- a/scripts/xqf.pl
+++ b/scripts/xqf.pl
@@ -108,7 +108,7 @@ sub checkLaunchInfo {
sub fetchLaunchInfo {
my $reply;
- open(FH, "<".Irssi::settings_get_str('xqfLaunchInfo'));
+ open(FH, "<", Irssi::settings_get_str('xqfLaunchInfo'));
my @LaunchInfo = <FH>;
close (FH);