]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/gameserv.example.conf
Added capability for gameserv to identify with nickserv
[irc/gameservirc.git] / gameserv / gameserv.example.conf
index fc57099ac8b9d32cb9d3adcc2c1c617f533c16a7..a270cb220a415da9f84573a0d0555e4716f878e8 100644 (file)
@@ -39,6 +39,20 @@ remoteport 6667
 # The password for linking to the real ircd 
 remotepass linkpass
 
+# This is a true/false type config directive.
+# True: GameServ will attempt to identify with nickserv
+# False: It will not (DEFAULT)
+usenickserv false
+
+# Your NickServ's nickname on your network. GameServ will use this to identify
+# CAUTION: This will intentionally cause GameServ to send a PRIVMSG to your services
+# *** This could cause an infinite loop if you use the USEPRIVMSG directive ***
+# Either comment out USEPRIVMSG or add your services server to the ignore list
+nsname NickServ
+
+# The password GameServ will use to identify with your NickServ
+nspass nickpassword
+
 # Seconds to wait on load before displaying "Hello Nick" to new users
 # joining your network
 welcomedelay 10