Followers

Thursday, December 2, 2010

IRC commands for Beginners

mIRC commands:

# / Recalls the previous line entered in the current window.
# /! Recalls the last command typed in any window.
# /action {action text} Sends the specifed action to the active channel or query window.
# /ame {action text} Sends the specifed action to all channels which you are currently on.
# /amsg {text} Sends the specifed message to all channels which you are currently on.
# /away {away message} Sets you away leave a message explaining that you are not currently paying attention to IRC.
# /away Sets you being back.
# /ban [#channel] {nickname} [type] Bans the specified nick from the curent or given channel.
# /beep {number} {delay} Locally beeps 'number' times with 'delay' inbetween the beeps.
# /channel Pops up the channel central window (only works in a channel).
# /clear Clears the entire scrollback buffer of the current window.
# /clearall Clears all text in all open windows.
# /ctcp {nickname} {ping|finger|version|time|userinfo|clientinfo} Does the given ctcp request on nickname.
# /closemsg {nickname} Closes the query window you have open to the specified nick.
# /closemsg Closes all the query windows
# /dns {nickname | IP address | IP name} Uses your providers DNS to resolve an IP address.
# /echo [nickname|#channel|status] {text} Displays the given text only to YOU on the given place in color N.
# /events [on|off] Shows the remote events status or sets it to listening or not.
# /exit Forces mIRC to closedown and exit.
# /finger Does a finger on a users address.
# /help {keyword} Brings up the Basic IRC Commands section in the mIRC help file.
# /ignore [on|off|nickname|address] Toggles ignoring of a nick or address or sets it on or off totally.
# /invite {nickname} {#channel} Invites another user to a channel.
# /join {#channel} Makes you join the specified channel.
# /kick {#channel} {nickname} Kicks nickname off a given channel.
# /list [#string] [-min #] [-max #] Lists all currently available channels, evt. filtering for parameters.
# /log [on|off] Shows the logging status or sets it on or off for the current window.
# /me {action text} Sends the specifed action to the active channel or query window.
# /mode {#channel|nickname} [[+|-]modechars [parameters]] Sets channel or user modes.
# /msg {nickname} {message} Send a private message to this user without opening a query window.
# /names {#channel} Shows the nicks of all people on the given channel.
# /nick {new nickname} Changes your nickname to whatever you like.
# /notice {nick} {message} Send the specified notice message to the nick.
# /notify [on|off|nickname] Toggles notifying you of a nick on IRC or sets it on or off totally.
# /onotice [#channel] {message} Send the specified notice message to all channel ops.
# /omsg [#channel] {message} Send the specified message to all ops on a channel.
# /part {#channel} Makes you leave the specified channel.
# /partall Makes you leave all channels you are on.
# /ping {server address} Pings the given server. NOT a nickname.
# /play [-cpqmrlt] [channel/nick] {filename} [delay/linenumber] Allows you to play text files.
# /protect [on|off|nickname|address] Toggles protection of a nick or address or sets it on or off totally.
# /query {nickname} {message} Open a query window to this user and send them the private message.
# /quit [reason] Disconnect you from IRC with the optional byebye message.
# /raw {raw command} Sends any raw command you supply directly to the server. Use it with care !
# /remote [on|off] Shows the remote commands status or sets it to listening or not.
# /run {c:\path\program.exe} [parameters] Runs the specified program, evt. with parameters.
# /say {text} Says whatever you want to the active window.
# /server [server address [port] [password]] Reconnects to the previous server or a newly specified one.
# /speak {text} Uses the external text to speech program Monologue to speak up the text.
# /time Tells you the time on the server you use.
# /timer[N] {repetitions} {interval in seconds} {command} [| {more commands}] Activates a timer.
# /timestamp [on | off] Sets timestamping on or off for all your conversations.
# /topic {#channel} {newtopic} Changes the topic for the specified channel.
# /url [-d] Opens the URL windows that allows you to surf the www parallel to IRC.
# /uwho [nick] Pops up the user central with information about the specified user.
# /who {#channel} Shows the nicks of all people on the given channel.
# /who {*address.string*} Shows all people on IRC with a matching address.
# /whois {nickname} Shows information about someone in the status window.
# /whowas {nickname} Shows information about someone who -just- left IRC.


UnrealIRCd commands:
NOTE: the /helpop documentation is more up to date, use /helpop command (or /helpop ?command if you are oper) to get more information on a command.

# /ison <nick1 nick2 ...> Allows you to check the online status of a user, or a list of users.
# /cycle <channel1, channel2, ...> Cycles the given channel(s). This command is equivalent to sending a PART then a JOIN command.
# /map Displays a network map
# /version Shows the IRCd version
# /setname <new-name> Allows users to change their ‘Real Name’ without reconnecting
# /sethost <newhost> Lets you change your vhost to what ever you want it to be.
# /setident <newident> Lets you set your ident to what ever you want it to be
# /chghost <nick> <newhost> Lets you change the host name of a user currently on the system
# /chgident <nick> <newident> Lets you change the ident of a user currently on the system
# /sajoin <nick> <channel> Forces a user to join a channel(s).
# /sapart <nick> <channel> Forces a user to part a channel(s).
# /samode <channel> <mode> Allows Network & Services admins to change modes of a channel without having ChanOps.
# /module Lists all loaded modules
HACKERGAMER

No comments:

Post a Comment