mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-23 04:19:27 +01:00
factset command output appears in channel now (to show-off); added pragma as admin
This commit is contained in:
parent
38e7de9f41
commit
645310de15
@ -68,7 +68,7 @@ sub factset {
|
||||
return "/msg $nick Usage: factset <channel> <factoid> [key <value>]"
|
||||
}
|
||||
|
||||
return "/msg $nick " . $self->{pbot}->factoids->factoids->set($channel, $trigger, $key, $value);
|
||||
return $self->{pbot}->factoids->factoids->set($channel, $trigger, $key, $value);
|
||||
}
|
||||
|
||||
sub factunset {
|
||||
|
@ -13,7 +13,7 @@ use warnings;
|
||||
# These are set automatically by the build/commit script
|
||||
use constant {
|
||||
BUILD_NAME => "PBot",
|
||||
BUILD_REVISION => 189,
|
||||
BUILD_REVISION => 190,
|
||||
BUILD_DATE => "2010-06-21",
|
||||
};
|
||||
|
||||
|
@ -1 +1,2 @@
|
||||
pragma .* .*!.*@unaffiliated/pragma/.* 60 *
|
||||
somename .* .*!example@xyzcorp.com 60 5ecret5@uce
|
||||
|
Loading…
Reference in New Issue
Block a user