mirror of https://tildegit.org/Sunblade/Xenia.git
Update xenia.pl
This commit is contained in:
parent
db329dfa42
commit
d54a896119
4
xenia.pl
4
xenia.pl
|
@ -26,10 +26,10 @@ sub try {
|
||||||
my ($nick, $target, $data, $server, $text) = @_;
|
my ($nick, $target, $data, $server, $text) = @_;
|
||||||
my $tr = int(rand(1000000));
|
my $tr = int(rand(1000000));
|
||||||
if ($tr != 738056) {
|
if ($tr != 738056) {
|
||||||
$server->command("MSG $target $nick you have failed to find the awarded ticket #$tr");
|
$server->command("MSG $target $nick you have failed to find the awarded ticket - Found: #$tr");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$server->command("MSG $target $nick you have FOUND the awarded ticket #tr ... UNBELIEVABLE!");
|
$server->command("MSG $target $nick you have FOUND the awarded ticket #$tr ... UNBELIEVABLE!");
|
||||||
}
|
}
|
||||||
# Irssi::print("Debug: $target $nick - $data / $server / $text");
|
# Irssi::print("Debug: $target $nick - $data / $server / $text");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue