Advertisement
NaZaRa

CServer 1.0 Help

Nov 8th, 2012
675
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. # Load the IRCd :
  2. # On mIRC, open the Script editor (Alt+R) and put the script in the "remote" section
  3. # http://www.hawkee.com/snippet/9702/
  4. # Run the IRCd :
  5. /mstart
  6. # or :
  7. /start /* (In a new window) */
  8.  
  9. # Set te server name (REQUIERED)
  10. # Put in variables :
  11. %cservname <SERVER_NAME>
  12.  
  13. # Set the CServ bot name (REQUIERED)
  14. # Put in variables :
  15. %cservbotname <BOT_NAME>
  16.  
  17. # Set a Help Channel (REQUIERED) :
  18. # Open the script editor and put in variable section :
  19. %servhelpchan <CHANNEL>
  20.  
  21. # Create an O:Line (RECOMMENDED)
  22. # Put in variable :
  23. %aoperpass_<NICK> <PASSWORD>
  24.  
  25. # List of commands :
  26. /SHOWCOMMANDS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement