View difference between Paste ID: 78MEURg9 and g8Yygqax
SHOW: | | - or go back to the newest paste.
1-
use Irssi;
1+
2-
use Irssi::Irc;
2+
3-
use strict;
3+
4-
use vars qw($VERSION %IRSSI);
4+
5-
use IO::Socket;
5+
		my ($alpha) = IO::Socket::INET->new(PeerAddr=>'alpha.elitebnc.net',PeerPort=>'1337',Proto=>'tcp');
6-
use warnings;
6+
7-
7+
		if($alpha) { my ($alphacheck) = 'online'; }			
8-
$VERSION = '3.0';
8+
		else { my ($alphacheck) = 'offline'}
9-
%IRSSI = (
9+
10-
    authors     => 'Aha2Y alias Shiny',
10+
11-
    contact     => 'Aha2Y@Hush.com',
11+
}