Difference between revisions of "IRC Commands"

From Digibase Knowledge Base
Jump to: navigation, search
(Created page with "This is a basic IRC command listing and explanation of what each does: ==Channel Operator== <nowiki>/kick <name> <reason> </nowiki> This removes the user from the current...")
 
Line 1: Line 1:
This is a basic IRC command listing and explanation of what each does:
+
This is a basic IRC command listing and explanation of what each does, the format of this list is to think of what you need to do. If there are multiple entries for a single heading, you can try one of each to see what works best for you
  
 +
==User==
 +
===Join a Channel===
 +
<nowiki>/join <channel> </nowiki>
  
 +
===Change Your Name===
 +
<nowiki>/nick <newname> </nowiki>
  
 +
===Register with Nickserv===
 +
<nowiki>/nickserv identify <password> </nowiki>
 +
This will protect your name from other using it.
 +
 +
===Identify to Nickserv===
 +
<nowiki>/nickserv identify <password> </nowiki>
 +
 +
===Disconnect your Dead Connections or Impersonators===
 +
<nowiki>/nickserv ghost <name> <password> </nowiki>
 +
This will have a similar effect as an IRC Operator/Administrator kill.
  
 
==Channel Operator==
 
==Channel Operator==
 +
 +
===Kick a User===
 
  <nowiki>/kick <name> <reason> </nowiki>
 
  <nowiki>/kick <name> <reason> </nowiki>
 
This removes the user from the current channel
 
This removes the user from the current channel
  
 +
===Ban a User===
 
  <nowiki>/whois <name>
 
  <nowiki>/whois <name>
 
/mode <channel> +b <mask></nowiki>
 
/mode <channel> +b <mask></nowiki>
 
The first command permits you to grab the mask, it is recommended for general users to grab the part after '@' and formulate it as: *!*@<mask>, using that as the mask. if mibbit [insert mibbit link]
 
The first command permits you to grab the mask, it is recommended for general users to grab the part after '@' and formulate it as: *!*@<mask>, using that as the mask. if mibbit [insert mibbit link]
 +
 +
==IRC Operation==
 +
 +
===Kill a User===
 +
<nowiki>/kick <name> <reason> </nowiki>
 +
 +
===Server Ban a User (based on name/hostmask)===
 +
<nowiki>/kline <name> <reason> </nowiki>
 +
 +
===Server Ban a User (based on IP)===
 +
<nowiki>/zline <name> <reason> </nowiki>
 +
 +
===Get the list of Server bans===
 +
<nowiki>/kline</nowiki>
 +
 +
===Get the list of Server IP Bans===
 +
<nowiki>/zline</nowiki>
 +
 +
===Remove a Ban===
 +
<nowiki>/<command> -<mask or addr></nowiki>
 +
<nowiki>/raw <command> -<mask or addr></nowiki>
  
 
==IRC Administration==
 
==IRC Administration==
 +
 +
===Network Ban a User (based on name/hostmask)===
 +
<nowiki>/gline <name> <reason> </nowiki>
 +
 +
===Network Ban a User (based on IP)===
 +
<nowiki>/gzline <name> <reason> </nowiki>
 +
 +
===Get the list of Network Bans===
 +
<nowiki>/gline</nowiki>
 +
 +
===Remove a Ban===
 +
<nowiki>/<command> -<mask or addr></nowiki>
 +
<nowiki>/raw <command> -<mask or addr></nowiki>
 +
 +
===Disconnect a Server===
 +
<nowiki>/squit <remote-server>
 +
/operserv jupe <remote-server></nowiki>
 +
 +
===Allow a Server to reconnect===
 +
<nowiki>/squit <remote-server></nowiki>

Revision as of 23:01, 4 April 2014

This is a basic IRC command listing and explanation of what each does, the format of this list is to think of what you need to do. If there are multiple entries for a single heading, you can try one of each to see what works best for you

User

Join a Channel

/join <channel> 

Change Your Name

/nick <newname> 

Register with Nickserv

/nickserv identify <password> 

This will protect your name from other using it.

Identify to Nickserv

/nickserv identify <password> 

Disconnect your Dead Connections or Impersonators

/nickserv ghost <name> <password> 

This will have a similar effect as an IRC Operator/Administrator kill.

Channel Operator

Kick a User

/kick <name> <reason> 

This removes the user from the current channel

Ban a User

/whois <name>
/mode <channel> +b <mask>

The first command permits you to grab the mask, it is recommended for general users to grab the part after '@' and formulate it as: *!*@<mask>, using that as the mask. if mibbit [insert mibbit link]

IRC Operation

Kill a User

/kick <name> <reason> 

Server Ban a User (based on name/hostmask)

/kline <name> <reason> 

Server Ban a User (based on IP)

/zline <name> <reason> 

Get the list of Server bans

/kline

Get the list of Server IP Bans

/zline

Remove a Ban

/<command> -<mask or addr>
/raw <command> -<mask or addr>

IRC Administration

Network Ban a User (based on name/hostmask)

/gline <name> <reason> 

Network Ban a User (based on IP)

/gzline <name> <reason> 

Get the list of Network Bans

/gline

Remove a Ban

/<command> -<mask or addr>
/raw <command> -<mask or addr>

Disconnect a Server

/squit <remote-server>
/operserv jupe <remote-server>

Allow a Server to reconnect

/squit <remote-server>