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 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!-- $Id: users.html,v 1.19 2010/01/03 13:27:23 pseudo Exp $ -->
<html>
<head>
<title>Eggdrop Documentation: Users and Flags</title>
</head>
<body>
<div align="center">
<p><strong>Users and Flags</strong></p>
</div>
<hr>
<p>People on IRC are recognized by the bot according to their
nick!user@host. That is, if I am on IRC as:</p>
<blockquote>
<p><em>*** Robey is robey@hubcap.clemson.edu (i hate milk)</em></p>
</blockquote>
<p>Eggdrop will identify me according to
"Robey!robey@hubcap.clemson.edu" and not only by my nickname.</p>
<p>then Eggdrop will identify me according to
"ikaney@uk.defiant.org" and not by my nickname. I can change
nicknames at will and it won't forget me.</p>
<p>Eggdrop does not have access levels like some bots. There are no
meaningless numbers or titles. Instead, each user has "flags"
that entitle them to certain privileges. Think of a flag as a badge. Any
user can have any number of flags -- you can have no flags, or you can
have all of them. Some flags are good, some are bad. Each flag is
identified by a letter. A channel flag applies only to a specific channel,
and a global flag applies to all channels. The standard global flags
are:</p>
<blockquote>
<table>
<tr valign="top">
<td>
<p><strong>n (owner)</strong></p>
</td>
<td>
<p>user has absolute control. Only give this flag to people you
trust completely.</p>
</td>
</tr>
<tr valign="top">
<td>
<p><strong>m (master)</strong></p>
</td>
<td>
<p>user has access to almost every feature of the bot.</p>
</td>
</tr>
<tr valign="top">
<td>
<p><strong>t (botnet-master)</strong></p>
</td>
<td>
<p>user has access to all features dealing with the botnet.</p>
</td>
</tr>
<tr valign="top">
<td>
<p><strong>a (auto-op)</strong></p>
</td>
<td>
<p>user is opped automatically upon joining a channel.</p>
</td>
</tr>
<tr valign="top">
<td>
<p><strong>o (op)</strong></p>
</td>
<td>
<p>user has op access to all of the bot's channels.</p>
</td>
</tr>
<tr valign="top">
<td>
<p><strong>y (auto-halfop)</strong></p>
</td>
<td>
<p>user is halfopped automatically upon joining a channel.</p>
</td>
</tr>
<tr valign="top">
<td>
<p><strong>l (halfop)</strong></p>
</td>
<td>
<p>user has halfop access to all of the bot's channels.</p>
</td>
</tr>
<tr valign="top">
<td>
<p><strong>g (auto-voice)</strong></p>
</td>
<td>
<p>user is voiced automatically upon joining a channel.</p>
</td>
</tr>
<tr valign="top">
<td>
<p><strong>v (voice)</strong></p>
</td>
<td>
<p>user gets +v automatically on +autovoice channels.</p>
</td>
</tr>
<tr valign="top">
<td>
<p><strong>f (friend)</strong></p>
</td>
<td>
<p>user is not punished for flooding, etc.</p>
</td>
</tr>
<tr valign="top">
<td>
<p><strong>p (party)</strong></p>
</td>
<td>
<p>user has access to the partyline.</p>
</td>
</tr>
<tr valign="top">
<td>
<p><strong>q (quiet)</strong></p>
</td>
<td>
<p>user does not get voice on +autovoice channels.</p>
</td>
</tr>
<tr valign="top">
<td>
<p><strong>r (dehalfop)</strong></p>
</td>
<td>
<p>user cannot gain halfops on any of the bot's channels.</p>
</td>
</tr>
<tr valign="top">
<td>
<p><strong>d (deop)</strong></p>
</td>
<td>
<p>user cannot gain ops on any of the bot's channels.</p>
</td>
</tr>
<tr valign="top">
<td>
<p><strong>k (auto-kick)</strong></p>
</td>
<td>
<p>user is kicked and banned automatically.</p>
</td>
</tr>
<tr valign="top">
<td>
<p><strong>x (xfer)</strong></p>
</td>
<td>
<p>user has access to the file transfer area of the bot (if it
exists) and can send and receive files to/from the bot.</p>
</td>
</tr>
<tr valign="top">
<td>
<p><strong>j (janitor)</strong></p>
</td>
<td>
<p>user can perform maintenance in the file area of the bot (if
it exists) -- like a "master" of the file area. Janitors
have complete access to the filesystem.</p>
</td>
</tr>
<tr valign="top">
<td>
<p><strong>c (common)</strong></p>
</td>
<td>
<p>this marks a user who is connecting from a public site from
which any number of people can use IRC. The user will now be
recognized by NICKNAME.</p>
</td>
</tr>
<tr valign="top">
<td>
<p><strong>b (bot)</strong></p>
</td>
<td>
<p>user is a bot.</p>
</td>
</tr>
<tr valign="top">
<td>
<p><strong>w (wasop-test)</strong></p>
</td>
<td>
<p>user needs wasop test for +stopnethack procedure.</p>
</td>
</tr>
<tr valign="top">
<td>
<p><strong>z (washalfop-test)</strong></p>
</td>
<td>
<p>user needs washalfop test for +stopnethack procedure.</p>
</td>
</tr>
<tr valign="top">
<td>
<p><strong>e (nethack-exempt)</strong></p>
</td>
<td>
<p>user is exempted from stopnethack protection.</p>
</td>
</tr>
<tr valign="top">
<td>
<p><strong>u (unshared)</strong></p>
</td>
<td>
<p>user record is not sent to other bots.</p>
</td>
</tr>
<tr valign="top">
<td>
<p><strong>h (highlight)</strong></p>
</td>
<td>
<p>use bold text in help/text files.</p>
</td>
</tr>
</table>
</blockquote>
<p>All global flags other then u, h, b, c, x, j, and p are also channel-
specific flags. Flags are set with the chattr command. The syntax for
this command is:</p>
<blockquote>
<p><em>chattr <nickname> [attributes] [channel]</em></p>
</blockquote>
<p>There are also 26 global user-defined flags and 26 channel user-defined
flags. These are used by scripts, and their uses very depending on the
script that uses them.</p>
<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>
|