# | Line 50 | Line 50 | struct Message oper_msgtab = { | |
---|---|---|
50 | { m_unregistered, m_oper, m_ignore, m_ignore, mo_oper, m_ignore } | |
51 | }; | |
52 | ||
53 | – | #ifndef STATIC_MODULES |
53 | void | |
54 | _modinit(void) | |
55 | { | |
# | Line 64 | Line 63 | _moddeinit(void) | |
63 | } | |
64 | ||
65 | const char *_version = "$Revision$"; | |
67 | – | #endif |
66 | ||
67 | /* | |
68 | ** m_oper | |
# | Line 102 | Line 100 | m_oper(struct Client *client_p, struct C | |
100 | return; | |
101 | } | |
102 | ||
103 | < | aconf = (struct AccessItem *)map_to_conf(conf); |
103 | > | aconf = map_to_conf(conf); |
104 | ||
105 | if (match_conf_password(password, aconf)) | |
106 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |