File: Users

package info (click to toggle)
epic4-script-thirdeye 1.72-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 336 kB
  • sloc: makefile: 33; sh: 4
file content (40 lines) | stat: -rw-r--r-- 815 bytes parent folder | download | duplicates (2)
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
/adduser
<nick> [mask] <access> [notify|op|protect|flood|dcc|ignore]
Adds <nick> as a user with <access> and any specified flags
Giving a negative access level results in auto-kickban
-
/rmuser
<slot#|nick>
Removes user in <slot#> or user with <nick>
-
/moduser
<slot#> <dcc|flood|ignore|notify|op|protect>
toggles the flags of user in <slot#>
-
/useracc
<slot#> <new access>
change user in <slot#>'s access to <new access>
-
/usermask
<slot#> <new mask>
change user in <slot#>'s host mask to <new mask>
-
/useropch
<slot#> <new op channels>
change user in <slot#>'s auto op channels to <new op channels>
-
/lsusers
0
displays the user list
-
/abk
<nick>
adds <nick> to auto-kick-ban list (negative access)
-
/nf
<nick>
adds <nick> to notify list (notify flag)
-
/ig
<nick>
adds <nick> to ignore list (ignore flag)