diff options
| author | 2016-09-26 21:20:10 +0000 | |
|---|---|---|
| committer | 2016-09-26 21:20:10 +0000 | |
| commit | 52e12905e5b39e5a39999dcebf02e91615e99ef8 (patch) | |
| tree | 851cb4e796476e9375765509de789ac96607c003 /lib | |
| parent | 7d432c6a780a3a67ac3354e5ca96777204a57e2e (diff) | |
;investigate: require s flag for various reasons
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/ASM/Commander.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ASM/Commander.pm b/lib/ASM/Commander.pm index f37aaf0..aa83b83 100644 --- a/lib/ASM/Commander.pm +++ b/lib/ASM/Commander.pm @@ -60,6 +60,7 @@ my $cmdtbl = { '^;query (\S+) ?(\S+)?$' => { 'cmd' => \&cmd_query }, '^;investigate (?<nick>\S+) *$' => { + 'flag' => 's', 'cmd' => \&cmd_investigate }, '^;investigate2 (?<nick>\S+) ?(?<skip>\d*) *$' => { 'flag' => 's', |
