Project

General

Profile

IRC » History » Version 5

Denis 'GNUtoo' Carikli, 11/17/2020 08:32 PM
add help

1 1 Denis 'GNUtoo' Carikli
h1. IRC
2
3
h2. Introduction
4
5
See the "IRC section in the CommunityAndContact wiki page":https://redmine.replicant.us/projects/replicant/wiki/CommunityAndContact#IRC on the Replicant wiki for more details on how IRC is used.
6
7
h2. Freenode
8
9 4 Denis 'GNUtoo' Carikli
h3. How to make someone operator temporarily
10 1 Denis 'GNUtoo' Carikli
11
Syntax: @/mode #replicant +o <nickname>@
12
Example: @/mode #replicant +o GNUtoo@
13
14
h3. How to make someone operator automatically
15 4 Denis 'GNUtoo' Carikli
16 5 Denis 'GNUtoo' Carikli
To get the help on Freenode, and with irssi, you could use: @/query ChanServ HELP FLAGS@
17 1 Denis 'GNUtoo' Carikli
18 5 Denis 'GNUtoo' Carikli
It will switch to the ChanServ window and show the help.
19
20
At the time of writing this gives:
21
<pre>
22
***** ChanServ Help *****
23
Help for FLAGS:
24
 
25
The FLAGS command allows for the granting/removal of channel
26
privileges on a more specific, non-generalized level. It
27
supports nicknames, groups and hostmasks as targets.
28
 
29
When only the channel argument is given, a listing of
30
permissions granted to users will be displayed.
31
 
32
Syntax: FLAGS <#channel>
33
 
34
Otherwise, an access entry is modified. A modification may be
35
specified by a template name (changes the access to the
36
template) or a flags change (starts with + or -). See the
37
TEMPLATE help entry for more information about templates.
38
 
39
If you are not a founder, you may only manipulate flags you
40
have yourself, and may not edit users that have flags you
41
don't have. For this purpose, +v grants the ability to grant
42
+V, +o grants the ability to grant +O, and +r grants the
43
ability to grant +b.
44
 
45
 
46
As of Atheme 7.0, there are now extended entity targets
47
which allow you to match chanacs against a situation instead
48
of against a nickname, hostmask or group.
49
 
50
Available exttargets are:
51
$chanacs:#channel - Any user with channel access in the given channel
52
                      (including hostmasks).
53
 
54
If you do not have +f you may still remove your own access
55
with -*.
56
 
57
Syntax: FLAGS <#channel> [nickname|hostmask|group template]
58
Syntax: FLAGS <#channel> [nickname|hostmask|group flag_changes]
59
 
60
Permissions:
61
    +v - Enables use of the voice/devoice commands.
62
    +V - Enables automatic voice.
63
    +o - Enables use of the op/deop commands.
64
    +O - Enables automatic op.
65
    +s - Enables use of the set command.
66
    +i - Enables use of the invite and getkey commands.
67
    +r - Enables use of the unban command.
68
    +R - Enables use of the recover, sync and clear commands.
69
    +f - Enables modification of channel access lists.
70
    +t - Enables use of the topic and topicappend commands.
71
    +A - Enables viewing of channel access lists.
72
    +S - Marks the user as a successor.
73
    +F - Grants full founder access.
74
    +b - Enables automatic kickban.
75
    +e - Exempts from +b and enables unbanning self.
76
 
77
The special permission +* adds all permissions except +b, +S, and +F.
78
The special permission -* removes all permissions including +b and +F.
79
 
80
 
81
The special permission +* adds all permissions except +b, +S, and +F.
82
The special permission -* removes all permissions including +b and +F.
83
 
84
Examples:
85
    /msg ChanServ FLAGS #foo
86
    /msg ChanServ FLAGS #foo foo!*@bar.com VOP
87
    /msg ChanServ FLAGS #foo foo!*@bar.com -V+oO
88
    /msg ChanServ FLAGS #foo foo!*@bar.com -*
89
    /msg ChanServ FLAGS #foo foo +oOtsi
90
    /msg ChanServ FLAGS #foo TroubleUser!*@*.troubleisp.net +b
91
    /msg ChanServ FLAGS #foo !baz +*
92
***** End of Help *****
93
</pre>
94 3 Denis 'GNUtoo' Carikli
95 1 Denis 'GNUtoo' Carikli
h2. OFTC
96 3 Denis 'GNUtoo' Carikli
97
TODO
98
99
h2. See also
100
101
* The "Infrastructure":https://redmine.replicant.us/projects/replicant/wiki/Infrastructure page on the Replicant wiki has many information on the IRC channel(s) too.