diff options
| author | Adam <Adam@drink-coca-cola.info> | 2010-05-15 00:56:52 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2010-06-18 21:01:55 -0400 |
| commit | ee57f5719301c3883afcffe5970746f378960917 (patch) | |
| tree | 994ac1f0dbc675e9950050a2332bb17da79d5f02 /src/Makefile | |
| parent | c966d7ec17690037a597e1d8908782de376f3052 (diff) | |
Store modes in users and channels using the Flags class, cleaner
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 1756e6702..c5dec5633 100644 --- a/src/Makefile +++ b/src/Makefile @@ -6,7 +6,7 @@ OBJS = actions.o base64.o bots.o botserv.o channels.o chanserv.o command.o comm INCLUDES = ../include/commands.h ../include/defs.h ../include/language.h \ ../include/pseudo.h ../include/sysconf.h ../include/config.h \ - ../include/services.h \ + ../include/services.h ../include/regchannel.h \ ../include/timers.h ../include/extern.h \ ../include/modules.h ../include/slist.h ../include/hashcomp.h \ ../include/threadengine.h ../include/mail.h |
