summary refs log tree commit diff stats
path: root/plugins/perl/lib/IRC.pm
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/perl/lib/IRC.pm')
-rw-r--r--plugins/perl/lib/IRC.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/perl/lib/IRC.pm b/plugins/perl/lib/IRC.pm
index 5cc419d0..20498e69 100644
--- a/plugins/perl/lib/IRC.pm
+++ b/plugins/perl/lib/IRC.pm
@@ -127,7 +127,7 @@ sub IRC::channel_list {
 
 sub IRC::get_info {
   my $id = shift;
-  my @ids = qw(version nick channel server xchatdir away network host topic);
+  my @ids = qw(version nick channel server hexchatdir xchatdir away network host topic);
   
   if( $id >= 0 && $id <= 8 && $id != 5 ) {
     my $info = Xchat::get_info($ids[$id]);