mirror of
https://github.com/pragma-/pbot.git
synced 2025-02-17 05:50:56 +01:00
MessageHistory: fix indentation
This commit is contained in:
parent
55f146e62d
commit
1d80be0012
@ -139,7 +139,7 @@ sub cmd_list_also_known_as {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
'hostmask' => sub {
|
'hostmask' => sub {
|
||||||
if ($_[1] eq '+') {
|
if ($_[1] eq '+') {
|
||||||
return lc $_[0]->{$a}->{hostmask} cmp lc $_[0]->{$b}->{hostmask};
|
return lc $_[0]->{$a}->{hostmask} cmp lc $_[0]->{$b}->{hostmask};
|
||||||
} else {
|
} else {
|
||||||
@ -147,7 +147,7 @@ sub cmd_list_also_known_as {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
'gecos' => sub {
|
'gecos' => sub {
|
||||||
if ($_[1] eq '+') {
|
if ($_[1] eq '+') {
|
||||||
return lc $_[0]->{$a}->{gecos} cmp lc $_[0]->{$b}->{gecos};
|
return lc $_[0]->{$a}->{gecos} cmp lc $_[0]->{$b}->{gecos};
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user