#!/usr/bin/perl # # = irc command: /gnotify # = configuration: ~/.xchat2/gnotify.conf # ! configuration is automatically saved when settings are modified # use strict; use warnings; BEGIN { use File::Spec (); use lib File::Spec->catdir( Xchat::get_info('xchatdir'), 'lib' ); use N0i::Xchat::Gnotify; } my $gnotify = N0i::Xchat::Gnotify->new or die "Fucked up. :(\n";