Advertisement
ultiprosan

mIRC NickServ help

May 14th, 2011
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.94 KB | None | 0 0
  1. alias hns {
  2.   if ($1 == en || !$1) {
  3.     msg $active You can register (password protect your nickname) by using the following command; 4/nickserv register <password> <email>
  4.     msg $active Replace 4<password> with your desired password and replace 4<email> with an working emailaddress. It's being used for emailverification.
  5.     msg $active After registration you'll have to identify before using your nick. Use 4/nickserv identify <password> to identify yourself.
  6.   }
  7.   if ($1 == nl) {
  8.     msg $active U kunt uw nick registreren (wachtwoord beveiligen) met het volgende commando; 4/nickserv register <wachtwoord> <emailadres>
  9.     msg $active Vervang 4<wachtwoord> door een wachtwoord en vervang 4<emailadres> door een werkend emailadres (voor de emailverificatie).
  10.     msg $active Na de registratie dient u zich te identificeren voor u uw nick kunt gebruiken; gebruik hiervoor 4/nickserv identify <password>.
  11.   }
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement