IRC - XChat Perl API emulation througt Boucherot.
use IRC;
# Start Boucherot here at least!
IRC::command("/join #channel");
IRC::command("/msg #channel Hello!");
IRC try to emulate everything that XChat perl scripts can do.
So that's why Boucherot use XChat's signal handling.
This class was written by Arthibus Gissehel <gissehel@vachefolle.com> in 2000.
Notice that XChat (and it's Perl API) is under the
GNU GENERAL PUBLIC LICENSE and that
X-Chat Copyright (c) 1998-2000 By Peter Zelezny.
Please see XChat's project for more informations at http://www.xchat.org/
This class is part of the Boucherot project.