diff options
author | Adam <Adam@drink-coca-cola.info> | 2010-04-29 17:31:34 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-06-18 20:58:52 -0400 |
commit | c1d161dec451ea790ff87078b5d80b1f71a3e9f0 (patch) | |
tree | 2ada0230d0411d10bb1e710d701874d253a4d4aa /src/modules.c | |
parent | 73e93305c10f349742fad3b2197c6c5dd3aea34e (diff) |
Rewrote all of the server handling code
Diffstat (limited to 'src/modules.c')
-rw-r--r-- | src/modules.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules.c b/src/modules.c index af3aa2f4d..97a3b55c6 100644 --- a/src/modules.c +++ b/src/modules.c @@ -76,10 +76,6 @@ int protocol_module_init() Alog() << "This IRCd protocol requires a server id to be set in Anope's configuration."; ret = -1; } - else - { - ts6_uid_init(); - } } } |