Irc

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
m (Created page with '== Get Op status from ChanServ == example: <source> /msg chanserv op #libxbee Attie </source>')
 
m
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
Useful pages:
 +
* https://toxin.jottit.com/freenode_nickserv_commands
 +
* https://toxin.jottit.com/freenode_chanserv_commands
 +
 +
== Register your nick ==
 +
<source lang="text">
 +
/msg nickserv register password youremail@example.com
 +
</source>
 +
 +
== Register a channel ==
 +
<source lang="text">
 +
/msg chanserv register #channel
 +
</source>
 +
 
== Get Op status from ChanServ ==
 
== Get Op status from ChanServ ==
example:
+
<source lang="text">
<source>
+
/msg chanserv op #channel
/msg chanserv op #libxbee Attie
+
</source>
 +
<source lang="text">
 +
/msg chanserv op #channel user
 +
</source>
 +
 
 +
== Set a user's flags ==
 +
{|
 +
| +v || Enables use of the voice/devoice commands.
 +
|-
 +
| +V || Enables automatic voice.
 +
|-
 +
| +o || Enables use of the op/deop commands.
 +
|-
 +
| +O || Enables automatic op.
 +
|-
 +
| +s || Enables use of the set command.
 +
|-
 +
| +i || Enables use of the invite and getkey commands.
 +
|-
 +
| +r || Enables use of the kick, ban, and kickban commands.
 +
|-
 +
| +R || Enables use of the recover and clear commands.
 +
|-
 +
| +f || Enables modification of channel access lists.
 +
|-
 +
| +t || Enables use of the topic and topicappend commands.
 +
|-
 +
| +A || Enables viewing of channel access lists.
 +
|-
 +
| +F || Grants full founder access.
 +
|-
 +
| +b || Enables automatic kickban.
 +
|-
 +
| +* || Sets all, except +b and +F.
 +
|-
 +
| -* || Removes all, including +b and +F.
 +
|}
 +
<source lang="text">
 +
/msg ChanServ FLAGS #channel user +*
 
</source>
 
</source>

Latest revision as of 17:11, 12 February 2013

Useful pages:

Contents

[edit] Register your nick

/msg nickserv register password youremail@example.com

[edit] Register a channel

/msg chanserv register #channel

[edit] Get Op status from ChanServ

/msg chanserv op #channel
/msg chanserv op #channel user

[edit] Set a user's flags

+v Enables use of the voice/devoice commands.
+V Enables automatic voice.
+o Enables use of the op/deop commands.
+O Enables automatic op.
+s Enables use of the set command.
+i Enables use of the invite and getkey commands.
+r Enables use of the kick, ban, and kickban commands.
+R Enables use of the recover and clear commands.
+f Enables modification of channel access lists.
+t Enables use of the topic and topicappend commands.
+A Enables viewing of channel access lists.
+F Grants full founder access.
+b Enables automatic kickban.
+* Sets all, except +b and +F.
-* Removes all, including +b and +F.
/msg ChanServ FLAGS #channel user +*
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox