diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-11-23 20:05:35 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-11-23 20:05:35 +0000 |
commit | 2a8ba8cf1523199d55fb48cf53eac9b8e0eceb8c (patch) | |
tree | d0015d774a884fded316c3588fb8328ed7633529 /modules/m_svskill.c | |
parent | e39559ca96ba802fd346690b1ef5c45670fc04c1 (diff) |
- Set SVN properties on m_svskill.c
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2606 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'modules/m_svskill.c')
-rw-r--r-- | modules/m_svskill.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/m_svskill.c b/modules/m_svskill.c index dc8c49a..58c59fc 100644 --- a/modules/m_svskill.c +++ b/modules/m_svskill.c @@ -22,7 +22,7 @@ /*! \file m_svskill.c * \brief Includes required functions for processing the SVSKILL command. - * \version $Id: m_svskill.c 2511 2013-10-27 18:56:53Z michael $ + * \version $Id$ */ #include "stdinc.h" @@ -128,7 +128,7 @@ module_exit(void) struct module module_entry = { .node = { NULL, NULL, NULL }, .name = NULL, - .version = "$Revision: 2511 $", + .version = "$Revision$", .handle = NULL, .modinit = module_init, .modexit = module_exit, |