Finding The Server IP
Platform: mIRC
Published Dec 27, 2010
Updated Dec 27, 2010
Hello fellow Hawkee citizens. This is my first snippet, and what does it do?
Simply type /serverIP anywhere in the server you want to find the IP of and there it is.
The purpose? Simply if you want to connect to the server's IP. I know it's not really a good snippet, but it's my first.
;type /serverIP to use
ALIAS serverIP { /echo (You are using $titlebar version $version $+ ) The serverip of $server is $serverip $+ . }