/usr/share/doc/eggdrop-data/html/mod-irc.html is in eggdrop-data 1.6.20-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!-- $Id: mod-irc.html,v 1.28 2010/01/03 13:27:23 pseudo Exp $ -->
<html>
<head>
<title>Eggdrop Documentation: IRC Module</title>
</head>
<body>
<div align="center">
<p><strong>IRC Module</strong></p>
</div>
<hr>
<p>This module controls the bots interaction on IRC. It allows the bot to
join channels, etc. You have to load this if you want your bot to come on
IRC.</p>
<blockquote>
<ol>
<li><a href="#config">Config file settings</a></li>
</ol>
</blockquote>
<hr>
<p><a name="config"></a>1. <strong>Config file settings</strong></p>
<blockquote>
<p>Put this line into your Eggdrop configuration file to load the
irc module:</p>
<p><strong>loadmodule irc</strong></p>
<p>There are also some variables you can set in your config
file:</p>
</blockquote>
<blockquote>
<dl>
<dt><strong>set bounce-bans 1</strong></dt>
<dd>
<p>Set this to 1 if you want to bounce all server bans.</p>
</dd>
<dt><strong>set bounce-exempts 0</strong></dt>
<dd>
<p>Set this to 1 if you want to bounce all server exemptions
(+e modes). This is disabled if use-exempts is disabled.</p>
</dd>
<dt><strong>set bounce-invites 0</strong></dt>
<dd>
<p>Set this to 1 if you want to bounce all server invitations
(+I modes). This is disabled if use-invites is disabled.</p>
</dd>
<dt><strong>set bounce-modes 0</strong></dt>
<dd>
<p>Set this to 1 if you want to bounce all server modes.</p>
</dd>
<dt><strong>set max-modes 30</strong></dt>
<dd>
<p>There is a global limit for +b/+e/+I modes. This limit should be
set to the same value as max-bans for networks that do not support
+e/+I.</p>
</dd>
<dt><strong>set max-bans 20</strong></dt>
<dd>
<p>Set here the maximum number of bans you want the bot to set on a
channel. Eggdrop will not place any more bans if this limit is
reached. Undernet currently allows 45 bans, IRCnet allows 30, EFnet
allows 100, and DALnet allows 100.</p>
</dd>
<dt><strong>set max-exempts 20</strong></dt>
<dd>
<p>Set here the maximum number of exempts you want Eggdrop to set
on a channel. Eggdrop will not place any more exempts if this
limit is reached.</p>
</dd>
<dt><strong>set max-invites 20</strong></dt>
<dd>
<p>Set here the maximum number of invites you want Eggdrop to set
on a channel. Eggdrop will not place any more invites if this
limit is reached.</p>
</dd>
<dt><strong>set use-exempts 0<br>
set use-invites 0</strong></dt>
<dd>
<p>These settings should be left commented unless the default values
are being overridden. By default, exempts and invites are on for
EFnet and IRCnet, but off for all other large networks. This behavior
can be modified with the following 2 flags. If your network
doesn't support +e/+I modes then you will be unable to use these
features.</p>
</dd>
<dt><strong>set kick-fun 0</strong></dt>
<dd>
<p>Set this to 1 if you want the bot to kick for control
character/ctcp avalanches to a channel. Remember that if it does,
it won't ban them. This can start kick floods.</p>
</dd>
<dt><strong>set ban-fun 0</strong></dt>
<dd>
<p>Set this to 1 if you want the bot to ban for control
character/ctcp avalanches to a channel. This can prevent kick
floods, but it also can fill the banlist.</p>
</dd>
<dt><strong>set learn-users 0</strong></dt>
<dd>
<p>If you want people to be able to add themselves to the bot's
userlist with the default userflags (defined above in the config
file) via the 'hello' msg command, set this to 1.</p>
</dd>
<dt><strong>set wait-split 300</strong></dt>
<dd>
<p>Set here the time (in seconds) to wait for someone to return
from a netsplit (i.e. wasop will expire afterwards). Set this to
1500 on IRCnet since it's nick delay stops after 30 minutes.</p>
</dd>
<dt><strong>set wait-info 15</strong></dt>
<dd>
<p>Set here the time (in seconds) that someone must have been
off-channel before re-displaying their info line.</p>
</dd>
<dt><strong>set mode-buf-length 200</strong></dt>
<dd>
<p>Set this to the maximum number of bytes to send in the
arguments of modes sent to the server. Most servers default this
to 200.</p>
</dd>
<dt><strong>set opchars "@"<br>
#set opchars "@&~"</strong></dt>
<dd>
<p>Some IRC servers are using some non-standard op-like channel
prefixes/modes. Define them here so the bot can recognize them. Just
"@" should be fine for most networks. Un-comment the second
line for some UnrealIRCds.</p>
</dd>
<dt><strong>unbind msg - hello *msg:hello<br>
bind msg - myword *msg:hello</strong></dt>
<dd>
<p>Many IRCops find bots by seeing if they reply to 'hello'
in a msg. You can change this to another word by un-commenting the
these two lines and changing "myword" to the word wish
to use instead of 'hello'. It must be a single word.</p>
</dd>
<dt><strong>unbind msg - ident *msg:ident<br>
unbind msg - addhost *msg:addhost</strong></dt>
<dd>
<p>Many takeover attempts occur due to lame users blindly /msg
ident'ing to the bot and attempting to guess passwords. We now
unbind this command by default to discourage them. You can enable
this command by un-commenting these two lines.</p>
</dd>
<dt><strong>set no-chanrec-info 0</strong></dt>
<dd>
<p>If you are so lame you want the bot to display peoples info
lines even when you are too lazy to add their chanrecs to a
channel, set this to 1.</p>
<p><strong>NOTE:</strong> This means <strong>every</strong> user
with an info line will have their info line displayed on EVERY
channel they join (provided they have been gone longer than
wait-info).</p>
</dd>
</dl>
</blockquote>
<blockquote>
<p>These were the core irc module settings. There are more settings for
'net-type' 1 and 5. net-type has to be set in the server module
config section.</p>
<p><strong>Use the following settings only if you set 'net-type'
to 1!</strong></p>
</blockquote>
<blockquote>
<dl>
<dt><strong>set prevent-mixing 1</strong></dt>
<dd>
<p>At the moment, the current IRCnet IRCd version (2.10) doesn't
support the mixing of b, o and v modes with e and I modes. This might
be changed in the future, so use 1 at the moment for this setting.</p>
</dd>
</dl>
</blockquote>
<blockquote>
<p><strong>Use the following settings only if you set 'net-type'
to 5!</strong></p>
</blockquote>
<blockquote>
<dl>
<dt><strong>set kick-method 1</strong></dt>
<dd>
<p>If your network supports more users per kick command then 1,
you can change this behavior here. Set this to the number of
users to kick at once, or set this to 0 for all at once.</p>
</dd>
<dt><strong>set modes-per-line 3</strong></dt>
<dd>
<p>Some networks allow you to stack lots of channel modes into
one line. They're all guaranteed to support at least 3, so
that's the default. If you know your network supports more,
you may want to adjust this. This setting is limited to 6,
although if you want to use a higher value, you can modify this
by changing the value of MODES_PER_LINE_MAX in src/chan.h and
recompiling the bot.</p>
</dd>
<dt><strong>set include-lk 1</strong></dt>
<dd>
<p>Some networks don't include the +l limit and +k or -k key modes
in the modes-per-line (see above) limitation. Set include-lk to 0
for these networks.</p>
</dd>
<dt><strong>set use-354 0</strong></dt>
<dd>
<p>Set this to 1 if your network uses IRCu2.10.01 specific /who
requests. Eggdrop can, therefore, ask only for exactly what's
needed.</p>
</dd>
<dt><strong>set rfc-compliant 1</strong> (Disabled by default)</dt>
<dd>
<p>If your network doesn't use rfc 1459 compliant string
matching routines, set this to 0.</p>
</dd>
</dl>
</blockquote>
<hr>
<p><em>Copyright © 1997 Robey Pointer<br>
Copyright © 1999 - 2010 Eggheads Development Team
<a href="http://www.eggheads.org/"> Eggheads Development Team</a></em></p>
</body>
</html>
|