| # | Line 16 | Line 16 | |
|---|---|---|
| 16 | * along with this program; if not, write to the Free Software | |
| 17 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | |
| 18 | * | |
| 19 | < | * $Id: example_module.c,v 1.13 2005/10/01 14:29:47 michael Exp $ |
| 19 | > | * $Id$ |
| 20 | */ | |
| 21 | ||
| 22 | /* List of ircd includes from ../include/ | |
| # | Line 130 | Line 130 | _moddeinit(void) | |
| 130 | ||
| 131 | /* When we last modified the file (shown in /modlist), this is usually: | |
| 132 | */ | |
| 133 | < | const char *_version = "$Revision: 1.13 $"; |
| 133 | > | const char *_version = "$Revision$"; |
| 134 | #endif | |
| 135 | ||
| 136 | /* | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |