SSL + popular server connections + add your own server

Platform:  mIRC
Published  Jan 07, 2011
Updated  Jan 07, 2011
this is a alias of my faverite servers and more
this snippit contains servers for popular connections
servers used in this
1. GeekShed
2. WyldRyde
3. seltennet
4. ssl
servers are coool GeekShed contains ssl also alias ssl {
server -m $1 $+ : $+ $2
}
alias GeekShed-SSL {
server -m irc.geekshed.net:6697
}
alias Seltennet {
server -m seltennet.bounceme.net:6667
}
alias WyldRyde {
server -m irc.WyldRyde.org 6697
}

Comments

Sign in to comment.
Known   -  Jan 15, 2011
djD3F, I hope you do know that the -t switch for echo will echo the timestamp, so no need for the $timestamp
 Respond  
Xpl0reR   -  Jan 08, 2011
what a useless piece of chrs
 Respond  
djD3F   -  Jan 08, 2011
These go nicely with that code:

on 1:CONNECT: {
echo -a 3,1 $+ $timestamp Now connected to  $+ $network $+  ( $+ $server $+ )
if ( $ssl == $true ) { goto ssl }
else {
echo -a 4,1 $+ $timestamp Not connected via SSL!!
goto done
}
:ssl
{ echo -a 7,1 $+ $timestamp Connected via SSL }
:done
}

on 1:DISCONNECT: {
echo -a 4,1 $+ $timestamp Disconnected from  $+ $network $+  ( $+ $server $+ )

}
 Respond  
Jethro   -  Jan 08, 2011
macs-rock, you remind me of the kids I play paintball with down the block of my neighborhood.
 Respond  
ZirixZero   -  Jan 08, 2011

Code

 

This would be much better than using the unnecessary colon. This also requires a $1 to be specified before trying to execute the code line. $$1 :/
 Respond  
macs-rock   -  Jan 08, 2011
and now i ban you
!kb Jethro_ lol
GeekShed kicked Jethro_ from hawkee ((killed (macs (haha your not geekshed oper and i aint too)))
GeekShed sets mode +b *!*@Jethro_*
 Respond  
Jethro   -  Jan 08, 2011
:P macs-rock likes to make chunky, lengthy snippets.
 Respond  
Known   -  Jan 08, 2011
Yeah I was just about to say that j1sp, and for your alias ssl, you don't even have the ssl port put their automaticly, so it kinda fails, you could make it shorter such as:

Code

 
 Respond  
j1sp   -  Jan 08, 2011
it is not connecting to ssl it need to be
+6697
not
6697
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.