diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-02-18 12:10:13 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-02-18 12:10:13 +0000 |
commit | 896abc3d550ab7862810fbcf9c0c37038398dc24 (patch) | |
tree | f4b159d301a24e7f73fa61cfd03bbbedfa1411ae /modules | |
parent | 5740380472747d4468a1df80eebf38414f487287 (diff) |
- m_admin.c: fixed invalid comment
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2992 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'modules')
-rw-r--r-- | modules/m_admin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_admin.c b/modules/m_admin.c index 1ff26b2..064ba60 100644 --- a/modules/m_admin.c +++ b/modules/m_admin.c @@ -66,7 +66,7 @@ do_admin(struct Client *source_p) me_name, nick, AdminInfo.email); } -/*! \brief NICK command handler (called by already registered, +/*! \brief ADMIN command handler (called by already registered, * locally connected clients) * * \param client_p Pointer to allocated Client struct with physical connection |