Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: #!/usr/bin/perl use Net::IRC; use Math::Random::MT; use Net::Ping::External; $server = 'irc.yournetwork.net'; $port = 6667; $channel = '#Your,#Channels,#Here'; $botnick = 'PainBot'; $botuname = 'painbot'; $password = 'yourpasshere'; $botadmin = 'yournickhere'; $descript = 'AD\'s Other DiceBot'; $version = '0.42-07042014'; $maxline = 400; $state = 0; # 1 connected, 0 disconnected #$channel = '#test'; […]
↧