author | Markus Bröker <mbroeker@largo.dyndns.tv> |
Sat, 13 Dec 2008 15:40:28 +0100 | |
changeset 15 | f19c1f9b4cd3 |
parent 8 | 3152de03758e |
child 23 | 1cd79bb84e9c |
permissions | -rw-r--r-- |
0 | 1 |
/** |
2 |
* $Id: mcbot.h 46 2008-01-09 23:59:17Z mbroeker $ |
|
3 |
* $URL: http://localhost/svn/c/mcbot/trunk/include/mcbot.h $ |
|
4 |
* |
|
5 |
*/ |
|
6 |
||
7 |
#ifndef MCBOT_H |
|
8 |
#define MCBOT_H |
|
9 |
||
15
f19c1f9b4cd3
ChangeLog mcbot-0.95-1
Markus Bröker <mbroeker@largo.dyndns.tv>
parents:
8
diff
changeset
|
10 |
#ifndef BOT_VERSION |
f19c1f9b4cd3
ChangeLog mcbot-0.95-1
Markus Bröker <mbroeker@largo.dyndns.tv>
parents:
8
diff
changeset
|
11 |
#define BOT_VERSION 0.95 |
0 | 12 |
#endif |
13 |
||
14 |
#ifndef IRC_H |
|
15 |
#include <irc.h> |
|
16 |
#endif |
|
17 |
||
8
3152de03758e
A critical change was introduced here...
Markus Bröker <mbroeker@largo.dyndns.tv>
parents:
0
diff
changeset
|
18 |
char *parse (MSG *); |
0 | 19 |
#endif |