Irc

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
m
m
Line 1: Line 1:
 +
== 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 lang="text">
/msg chanserv op #libxbee Attie
+
/msg chanserv op #channel
 +
</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>

Revision as of 17:09, 12 February 2013

Contents

Register your nick

/msg nickserv register password youremail@example.com

Register a channel

/msg chanserv register #channel

Get Op status from ChanServ

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

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