Top

IRC


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  2.0 (of 2 scores)
Date Added  Apr 28, 2007
Last Updated  Jan 03, 2008
Tags  irc 

Introduction

This is For The Ones Who Need The Server Address To Connect On mIRC

Grab the Code

on *:TEXT:*!IRC*:#:{
  .notice $nick 2Your Are Using $server $nick
  .notice $nick 14To Connect On A IRC Client Type /SERVER "IP HERE"
  .notice $nick 2Port # $port
}
 
 

Comments

  (3)  RSS
ZabuzaMomochi
Comments: 184
 
mIRC Snippet:  IRC
Posted on Apr 30, 2007 11:04 pm
A few things.
Instead of putting things like <site here> and <address here> you could use some identifiers.. :p
Like for site, instead of using <address here> make it
Code:

$server

instead of doing <port here> you could do
Code:

$port

and for some servers, you could do
Code:

$replace($server,irc.,www.)

instead of <site here>
DragonFlare
Comments: 117
 
mIRC Snippet:  IRC
Posted on Dec 6, 2008 1:10 pm
or
Code:
 Menu Nicklist {
-
Server
.Server: server -m $$?="What Server E.G irc.servernamehere.net,com,org" $$?="What port E.G 8000"
}
Joshuaxiong1
Comments: 127
 
mIRC Snippet:  IRC
Posted on Aug 18, 2009 4:03 pm
Wouldn't this say the server and port your on instead of theirs?

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom