mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-19 12:10:19 +00:00
Rebrand get_info(xchatdir) but remain compatible for Perl and Python
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user