#/#############################################################################\ ## Ongeboren's script collection # ## Copyright (C) 2002 - 2005 ongeboren # ## Version: 2.1 # ## Requires: XChat 2.0.8+ # ## Distributed under the GPL license # #\#############################################################################/ Xchat::register( "Ongeboren's script collection" , "2.1" , "Set of scripts for better messages filtering" ); Xchat::print( "\0033Loading ongeboren's script collection..\003\n" ); my $onge_path = Xchat::get_info("xchatdir") . "/onge/"; require("$onge_path/onge_settings.pl"); require("$onge_path/onge_hooks.pl"); require("$onge_path/onge_single.pl"); require("$onge_path/onge_misc.pl"); require("$onge_path/onge_wallops.pl"); require("$onge_path/onge_basic_operator.pl"); require("$onge_path/onge_advanced_operator.pl"); Xchat::print( "\0033Script collection : loaded\003\n" );