Boucherot::signal::hash - Datas for the xchat-like signal handling for Boucherot.
This package contains the default values for formatting IRC screens. Boucherot can simulate XChat's panels through file (and through Masta-connections). Boucherot use the same ``Signal processing'' as XChat use. All the data are stored here.
This hash associate a signal (like XP_TE_CHANMSG for the XChat ones,
or like BP_TE_OPENDIALOG for the Boucherot specific ones.) to a
message that will be print into the ``dialog''.
$message={
...,
"XP_TE_CHANMSG" => "\%C2<\%O\$1\%C2>\%O\$t\$2\%O",
...,
"BP_TE_OPENDIALOG" => "-\%C10-\%C11-\%O\$t\Opening dialog \$1\%O",
...,
};
This hash is only for XChat's script compatibility. It associate the signal's name with the signal. Because XChat use the signal name to retrieve the signal.
$identifier={
...,
"Channel Message" => "XP_TE_CHANMSG",
...,
"Open Dialog" => "BP_TE_OPENDIALOG",
...,
};
This class was written by Arthibus Gissehel <gissehel@vachefolle.com> in 2000.
This class is part of the Boucherot project.
Most of the data from this package comes from the XChat project. So please notice that those data are ``Copyright (c) 1998-2000 By Peter Zelezny.'' (see XChat project for more informations about Copyright).