[pastebot-cvs] pastebot/Client IRC.pm,1.15,1.16
Status: Beta
Brought to you by:
rcaputo
|
From: <ave...@us...> - 2003-11-30 17:27:20
|
Update of /cvsroot/pastebot/pastebot/Client
In directory sc8-pr-cvs1:/tmp/cvs-serv21084/Client
Modified Files:
IRC.pm
Log Message:
Rename stupidly named flag.
Index: IRC.pm
===================================================================
RCS file: /cvsroot/pastebot/pastebot/Client/IRC.pm,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** IRC.pm 30 Nov 2003 16:05:14 -0000 1.15
--- IRC.pm 30 Nov 2003 17:27:17 -0000 1.16
***************
*** 370,374 ****
my ($kernel, $who, $where) = @_[KERNEL, ARG0, ARG1];
$where =~ s/^#//;
! if ( $conf{inviteany} &&
1 > grep $_ eq $where, @{$conf{channel}} ) {
print "$who invited me to $where, but i'm not allowed\n";
--- 370,374 ----
my ($kernel, $who, $where) = @_[KERNEL, ARG0, ARG1];
$where =~ s/^#//;
! if ( $conf{join_cfg_only} &&
1 > grep $_ eq $where, @{$conf{channel}} ) {
print "$who invited me to $where, but i'm not allowed\n";
|