Update xenia.pl

This commit is contained in:
Sunblade 2025-10-19 16:00:50 +00:00
parent db329dfa42
commit d54a896119
1 changed files with 2 additions and 2 deletions

View File

@ -26,10 +26,10 @@ sub try {
my ($nick, $target, $data, $server, $text) = @_;
my $tr = int(rand(1000000));
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 {
$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");
}