diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-05-02 10:34:58 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-05-02 10:34:58 +0000 |
commit | c5cb6ef9fe5faffab9630a2d2684e7373f32403f (patch) | |
tree | df7bb62dbe48a8dd03ebbad5bb11aac257577937 /services.h | |
parent | 7250a369ab2f5f1980050b0f4cee251ad64ad009 (diff) |
BUILD : 1.7.2 (80) BUGS : N/A NOTES : Added Memos/ChannelInfo to the moduleAddData() system
git-svn-id: svn://svn.anope.org/anope/trunk@80 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@56 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'services.h')
-rw-r--r-- | services.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/services.h b/services.h index 9e2e13c60..88b4a7051 100644 --- a/services.h +++ b/services.h @@ -219,6 +219,7 @@ struct memo_ { time_t time; /* When it was sent */ char sender[NICKMAX]; char *text; + ModuleData *moduleData[1024]; /* Module saved data attached to the Memo */ }; #define MF_UNREAD 0x0001 /* Memo has not yet been read */ @@ -502,6 +503,8 @@ struct chaninfo_ { struct channel_ *c; /* Pointer to channel record (if * * channel is currently in use) */ + + ModuleData *moduleData[1024]; /* Module saved data attached to the ChannelInfo */ /* For BotServ */ |