mirror of
https://github.com/pragma-/pbot.git
synced 2025-02-17 05:50:56 +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 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 {
|
sub factunset {
|
||||||
|
@ -13,7 +13,7 @@ use warnings;
|
|||||||
# These are set automatically by the build/commit script
|
# These are set automatically by the build/commit script
|
||||||
use constant {
|
use constant {
|
||||||
BUILD_NAME => "PBot",
|
BUILD_NAME => "PBot",
|
||||||
BUILD_REVISION => 189,
|
BUILD_REVISION => 190,
|
||||||
BUILD_DATE => "2010-06-21",
|
BUILD_DATE => "2010-06-21",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1 +1,2 @@
|
|||||||
|
pragma .* .*!.*@unaffiliated/pragma/.* 60 *
|
||||||
somename .* .*!example@xyzcorp.com 60 5ecret5@uce
|
somename .* .*!example@xyzcorp.com 60 5ecret5@uce
|
||||||
|
Loading…
x
Reference in New Issue
Block a user