Difference between revisions of "IRC Advanced"
From Dreamwidth Notes
Line 9: | Line 9: | ||
; ban: In case there are problems where talking it out won't do, or temporarily in case of an egregiously misbehaving unattended client: syntax: <code>/mode [#channel] +b <nick!user@hostmask></code> (no brackets, either square or pointy) | ; ban: In case there are problems where talking it out won't do, or temporarily in case of an egregiously misbehaving unattended client: syntax: <code>/mode [#channel] +b <nick!user@hostmask></code> (no brackets, either square or pointy) | ||
− | + | ; http://freenode.net/using_the_network.shtml | |
[[Category: Community]] | [[Category: Community]] |
Revision as of 04:30, 12 August 2012
These commands are not likely to be used in day-to-day operations except by delegates (people who have been given special responsibilities who are on IRC), and sometimes not even day to day by them.
These are some of the ones that sometimes don't get remembered. If you're looking for a good general guide for IRC stuff, see the one linked from IRC Help.
- invite
- Make sure you're allowed to invite to that channel first; this may mean opping up. Syntax:
/invite user #channel
- OP
- If you're allowed to be an op in a channel, you can op yourself. syntax:
/msg chanserv op #channel user
- Deop
- Freenode prefers people don't stay opped up unless they need the ops at that moment. syntax:
/msg chanserv deop #channel user
- access list
- syntax:
/msg chanserv access #channel list
- ban
- In case there are problems where talking it out won't do, or temporarily in case of an egregiously misbehaving unattended client: syntax:
/mode [#channel] +b <nick!user@hostmask>
(no brackets, either square or pointy)