| 19 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 |
| 20 |
|
* USA |
| 21 |
|
* |
| 22 |
< |
* $Id: m_oper.c,v 1.83 2005/10/02 11:56:08 michael Exp $ |
| 22 |
> |
* $Id$ |
| 23 |
|
*/ |
| 24 |
|
|
| 25 |
|
#include "stdinc.h" |
| 26 |
< |
#include "tools.h" |
| 26 |
> |
#include "list.h" |
| 27 |
|
#include "handlers.h" |
| 28 |
|
#include "client.h" |
| 29 |
|
#include "common.h" |
| 35 |
|
#include "s_log.h" |
| 36 |
|
#include "s_user.h" |
| 37 |
|
#include "send.h" |
| 38 |
– |
#include "list.h" |
| 38 |
|
#include "msg.h" |
| 39 |
|
#include "parse.h" |
| 40 |
|
#include "modules.h" |
| 50 |
|
{ m_unregistered, m_oper, m_ignore, m_ignore, mo_oper, m_ignore } |
| 51 |
|
}; |
| 52 |
|
|
| 54 |
– |
#ifndef STATIC_MODULES |
| 53 |
|
void |
| 54 |
|
_modinit(void) |
| 55 |
|
{ |
| 62 |
|
mod_del_cmd(&oper_msgtab); |
| 63 |
|
} |
| 64 |
|
|
| 65 |
< |
const char *_version = "$Revision: 1.83 $"; |
| 68 |
< |
#endif |
| 65 |
> |
const char *_version = "$Revision$"; |
| 66 |
|
|
| 67 |
|
/* |
| 68 |
|
** m_oper |
| 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 |
|
{ |