mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-23 12:29:27 +01:00
Fix typos
This commit is contained in:
parent
e604767517
commit
284f943c08
@ -52,7 +52,7 @@ sub remove {
|
|||||||
$hostmask = lc $hostmask;
|
$hostmask = lc $hostmask;
|
||||||
|
|
||||||
if (exists $self->{shitlist}->{$channel}) {
|
if (exists $self->{shitlist}->{$channel}) {
|
||||||
delete $$self->{shitlist}->{$channel}->{$hostmask};
|
delete $self->{shitlist}->{$channel}->{$hostmask};
|
||||||
}
|
}
|
||||||
|
|
||||||
if (keys $self->{shitlist}->{$channel} == 0) {
|
if (keys $self->{shitlist}->{$channel} == 0) {
|
||||||
@ -181,7 +181,7 @@ sub shitlist_user {
|
|||||||
sub unshitlist_user {
|
sub unshitlist_user {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
my ($from, $nick, $user, $host, $arguments) = @_;
|
my ($from, $nick, $user, $host, $arguments) = @_;
|
||||||
my ($channel, $target) = split /\s+/, $arguments if $arguments;
|
my ($target, $channel) = split /\s+/, $arguments if $arguments;
|
||||||
|
|
||||||
if(not defined $target) {
|
if(not defined $target) {
|
||||||
return "Usage: unshitlist <hostmask regex> [channel]";
|
return "Usage: unshitlist <hostmask regex> [channel]";
|
||||||
|
Loading…
Reference in New Issue
Block a user