summaryrefslogtreecommitdiff
path: root/data/memoserv.example.conf
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-11-01 02:07:35 -0400
committerAdam <Adam@anope.org>2013-11-01 02:07:35 -0400
commitc710625cd3b728acd2788eb319bd23bada798495 (patch)
tree7554545ebe6899bbede33fed3ee4c4d5da3852e9 /data/memoserv.example.conf
parentac2f8bf64d9182d0a51cdc362990315ad0a2ba9f (diff)
Use Config::GetClient for looking up services for command{} blocks which lessens the insanity of renaming services
Diffstat (limited to 'data/memoserv.example.conf')
-rw-r--r--data/memoserv.example.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/memoserv.example.conf b/data/memoserv.example.conf
index 6e4fd1e8d..1ab45514e 100644
--- a/data/memoserv.example.conf
+++ b/data/memoserv.example.conf
@@ -4,12 +4,12 @@
/*
* First, create the service.
- * Note that an easy way to rename this service is to define{} the client name to something else.
*/
service
{
/*
* The name of the MemoServ client.
+ * If you change this value, you probably want to change the client directive in the configuration for the memoserv module too.
*/
nick = "MemoServ"