| # | Line 19 | Line 19 | |
|---|---|---|
| 19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 | |
| 20 | * USA | |
| 21 | * | |
| 22 | < | * $Id: m_map.c,v 1.24 2005/08/17 16:02:51 michael Exp $ |
| 22 | > | * $Id$ |
| 23 | */ | |
| 24 | ||
| 25 | #include "stdinc.h" | |
| # | Line 53 | Line 53 | void _moddeinit(void) | |
| 53 | mod_del_cmd(&map_msgtab); | |
| 54 | } | |
| 55 | ||
| 56 | < | const char *_version = "$Revision: 1.24 $"; |
| 56 | > | const char *_version = "$Revision$"; |
| 57 | #endif | |
| 58 | ||
| 59 | static char buf[IRCD_BUFSIZE]; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |