| 33 |
|
Compatibility |
| 34 |
|
------------- |
| 35 |
|
|
| 36 |
< |
ircd-hybrid 8.2.1 |
| 36 |
> |
ircd-hybrid 8.2.x |
| 37 |
> |
ircd-ratbox 3.0.x |
| 38 |
> |
InspIRCd 2.0.x |
| 39 |
> |
UnrealIRCd 3.2.x |
| 40 |
> |
ngIRCd 22 |
| 41 |
> |
Bahamut 2.0.x |
| 42 |
> |
Charybdis 3.4.x |
| 43 |
|
|
| 44 |
|
HOPM is designed for ircd-hybrid based ircds. It is easily suitable for any |
| 45 |
|
other ircd with little modification (connregex in hopm.conf). However, if an |
| 51 |
|
Command Line Options |
| 52 |
|
-------------------- |
| 53 |
|
|
| 54 |
< |
-c <name> Config name. By default HOPM reads hopm.conf, "-c foo" |
| 55 |
< |
will cause HOPM to read foo.conf. The primary use for |
| 56 |
< |
this is to run multiple HOPMs from one directory. |
| 54 |
> |
-c <name> Config name. By default HOPM reads hopm.conf, "-c foo" |
| 55 |
> |
will cause HOPM to read foo.conf. The primary use for |
| 56 |
> |
this is to run multiple HOPMs from one directory. |
| 57 |
|
|
| 58 |
< |
-d Debug mode. HOPM will not fork, and will write logs to stderr. |
| 59 |
< |
Multiple -d increase debug level. |
| 58 |
> |
-d Debug mode. HOPM will not fork, and will write logs to stderr. |
| 59 |
> |
Multiple -d increase debug level. |
| 60 |
|
|
| 61 |
|
|
| 62 |
|
Operator Channel Commands |
| 63 |
|
------------------------- |
| 64 |
|
|
| 65 |
|
botnick check <host> [scanner] -- Manually scan host for insecure proxies and output all errors. |
| 66 |
< |
If scanner is not given, hopm will scan on all scanners. |
| 66 |
> |
If scanner is not given, HOPM will scan on all scanners. |
| 67 |
|
NOTE: this will NOT add a kline (or whatever) if it finds a |
| 68 |
|
proxy. |
| 69 |
|
|
| 78 |
|
Rehashing HOPM |
| 79 |
|
-------------- |
| 80 |
|
|
| 81 |
< |
A /kill to hopm will cause the process to restart, rehashing the configuration file |
| 81 |
> |
A /kill to HOPM will cause the process to restart, rehashing the configuration file |
| 82 |
|
and ending all queued scans. |
| 83 |
|
|
| 84 |
|
|