diff options
author | Adam <Adam@anope.org> | 2013-11-01 02:07:35 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-11-01 02:07:35 -0400 |
commit | c710625cd3b728acd2788eb319bd23bada798495 (patch) | |
tree | 7554545ebe6899bbede33fed3ee4c4d5da3852e9 /data/memoserv.example.conf | |
parent | ac2f8bf64d9182d0a51cdc362990315ad0a2ba9f (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.conf | 2 |
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" |