just for the heck of it a dabbled with some code here
action.create -i -c -l -t=irc ("wallops",$tr("wallops"),$tr("open wallop window"),$icon(wallops),$icon(wallops))
{
if($window.exists($window("$server wallops",$context))==0)
{
$window.open("i","$server wallops",$context,10)
}
}
event(OnTextInput,default)
{
if ($active==$window("$server wallops",$context))
{
raw -q wallops $0
}
}
event(OnWallops,default)
{
if($window.exists($window("$server wallops",$context))==0)
{
$window.open("i","$server wallops",$context,10)
}
echo -w=$window("$server wallops",$context) $0: $3
}
if he wanted globops instead that would require on server notice instead.