| 23 |
|
* These ones are necessary to build THIS module... |
| 24 |
|
*/ |
| 25 |
|
|
| 26 |
< |
#include "stdinc.h" /* includes setup.h, for STATIC_MODULES */ |
| 26 |
> |
#include "stdinc.h" /* includes setup.h */ |
| 27 |
|
|
| 28 |
|
#include "client.h" /* Required for IsClient, etc. */ |
| 29 |
|
|
| 111 |
|
}; |
| 112 |
|
/* That's the msgtab finished */ |
| 113 |
|
|
| 114 |
– |
#ifndef STATIC_MODULES |
| 114 |
|
/* Here we tell it what to do when the module is loaded */ |
| 115 |
|
void |
| 116 |
|
_modinit(void) |
| 130 |
|
/* When we last modified the file (shown in /modlist), this is usually: |
| 131 |
|
*/ |
| 132 |
|
const char *_version = "$Revision$"; |
| 134 |
– |
#endif |
| 133 |
|
|
| 134 |
|
/* |
| 135 |
|
* mr_test |