X-Git-Url: http://git.vpit.fr/?p=perl%2Fscripts%2Fxchat.git;a=blobdiff_plain;f=tools.pl;fp=tools.pl;h=f7b160648c10a9eefebcaccacb596e9ba06812ff;hp=f7e5c4efc4c25ff7da85a1501cfbe568f9bb5dd8;hb=532ed2d6f4e5597f1dd76e71f2bd9880c5d779bb;hpb=7e00cc69db0ee7a4379b5378f1673efc4b531ae8 diff --git a/tools.pl b/tools.pl index f7e5c4e..f7b1606 100755 --- a/tools.pl +++ b/tools.pl @@ -10,7 +10,7 @@ use Xchat qw<:all>; use lib get_info 'xchatdir'; use Xchat::XPI; -use Xchat::XPI::Utils qw; +use Xchat::XPI::Utils qw; use constant MAX_MATCHES => 10; @@ -27,7 +27,7 @@ hook_command 'TC', sub { my $guard = save_context; for (get_list 'channels') { set_context $_->{context}; - command 'GUI COLOR 0'; + gui 'clear'; } return EAT_ALL; }, {