Difference between revisions of "Mirc"

From DarkWorld Network
Jump to navigation Jump to search
Line 18: Line 18:


'''/join #<channel-name>'''        Lets you join a channel. For example, /join #Hypernews would put you into #Hypernews.
'''/join #<channel-name>'''        Lets you join a channel. For example, /join #Hypernews would put you into #Hypernews.


'''/list'''        gives a listing of all the channels on a server
'''/list'''        gives a listing of all the channels on a server
Line 29: Line 30:
Always remember to put the / before commands, and no / when you want the whole channel to see what you are typing. Whatever you type, simply goes to the entire channel. Precede your lines with a / when you wish to execute an IRC command and when you do not wish the text to be sent to the entire channel.
Always remember to put the / before commands, and no / when you want the whole channel to see what you are typing. Whatever you type, simply goes to the entire channel. Precede your lines with a / when you wish to execute an IRC command and when you do not wish the text to be sent to the entire channel.
'''/list''' gives all channels on IRC (very LONG list on some servers can again flood you off)
'''/list''' gives all channels on IRC (very LONG list on some servers can again flood you off)
'''/flush''' stops the flow of a long listing of channels. If you feel the listing is too long and you might get flooded off, just type /flush quickly and that will stop the process.
'''/flush''' stops the flow of a long listing of channels. If you feel the listing is too long and you might get flooded off, just type /flush quickly and that will stop the process.
'''/notice nickname''' text sends a highlighted message to a person you choose. For instance /notice peter hey you how is it going? Would send a message to peter's screen, but would not open a private message window like /msg. (The exception to this rule is if the user has setup their client software to force a private window to open).
'''/notice nickname''' text sends a highlighted message to a person you choose. For instance /notice peter hey you how is it going? Would send a message to peter's screen, but would not open a private message window like /msg. (The exception to this rule is if the user has setup their client software to force a private window to open).
'''/topic #channel text''' changes topic on the channel. The topic is found by looking way up to the top of the channel screen, it is much like a title for the channel, and often important information about the channel will be placed there. Often Channel Operators will set the topic up so only other operators can change it.
'''/topic #channel text''' changes topic on the channel. The topic is found by looking way up to the top of the channel screen, it is much like a title for the channel, and often important information about the channel will be placed there. Often Channel Operators will set the topic up so only other operators can change it.
'''/mode #channel +o nick''' gives channel ops to a person ( you must have ops on the channel to give ops ). So if I was an op on #room861 and wanted to give operators status to Don I would type /mode #room861 +o don
'''/mode #channel +o nick''' gives channel ops to a person ( you must have ops on the channel to give ops ). So if I was an op on #room861 and wanted to give operators status to Don I would type /mode #room861 +o don
'''/kick #channel nick reason''' kicks person off channel (you must have ops to kick ) This command should only be used when necessary, but be warned, some inexperienced ops go on powertrips and start kicking people randomly. For you this usually boils down to just leaving the channel and finding one where the ops actually have a life.
'''/kick #channel nick reason''' kicks person off channel (you must have ops to kick ) This command should only be used when necessary, but be warned, some inexperienced ops go on powertrips and start kicking people randomly. For you this usually boils down to just leaving the channel and finding one where the ops actually have a life.
'''/dcc send nick''' filename sends a file from your dir to another person on IRC
'''/dcc send nick''' filename sends a file from your dir to another person on IRC
'''/dcc get nick''' receive a file from another person
'''/dcc get nick''' receive a file from another person
'''/dcc chat nick''' starts a chat with a person on IRC
'''/dcc chat nick''' starts a chat with a person on IRC
'''/me action here''' does an action e.g. /me says hi is *nickname says hi*
'''/me action here''' does an action e.g. /me says hi is *nickname says hi*
'''/query nick''' starts a private conversation with that person
'''/query nick''' starts a private conversation with that person
/query ends conversation
 
'''/query''' ends conversation
 
'''/invite nick''' invites a person to an invite only channel
'''/invite nick''' invites a person to an invite only channel
'''/ctcp nick finger''' gives finger info on a person
'''/ctcp nick finger''' gives finger info on a person
'''/ping nick''' tests lag between you and another person's server
'''/ping nick''' tests lag between you and another person's server
'''/ignore nick''' none clears your ignore list
'''/ignore nick''' none clears your ignore list

Revision as of 12:37, 17 March 2022

Download Link : https://www.mirc.co.uk

Basic Commands Sends a private message to the specified nickname. Only the specified Nickname will see this message...for example /msg Ilene Do you have anything to add?

/msg <nick/#channel> /nick <new-nick> Changes your nickname online; for example /nick Carlos /quit quite message Exits IRC all together /help Gets help on all IRC commands for the server you are on for example, /help whois /who Shows who is on a given channel including nicknames, user name, host and real name of the people, for example /who #HSc391 /whois Shows the profile.ini information of someone. Use this often to make sure you know who you are talking to, because nicknames are NOT owned so any number of people could use a nickname of a friend; for example, /whois Jean

/part <channel-name> Lets you leave the channel you specify, but keeps you connected to IRC. Example /part #HSc391

/ignore <Quo-fan> If someone is bothering you and you do not want to talk to them, put them on ignore. For example, /ignore George

/me <Your-message> Allows you to make an action (highlighted statement on channel. For example, /me goes for a swim. This would read on channel as Shelia goes for a swim.

/join #<channel-name> Lets you join a channel. For example, /join #Hypernews would put you into #Hypernews.


/list gives a listing of all the channels on a server

/who /who by itself with no channel name following would result in you getting a listing over everyone on the entire server, plus what channels they are on. The exception is those that have "Invisible on Server" set to on.

/query <nick-name> Another way to private chat with a specific nickname so nobody else can see what you are saying, for example, /query Debi Who is that person over there?

/notify <nick-name> This command warns you when a person you have indicated joins IRC. For example, /notify Meredith will put Meredith on your notify list. Every time someone joins the IRC server you are on, with the nick Meredith, you would receive a message telling you that Meredith has joined IRC. It also tells you when they leave IRC.

Always remember to put the / before commands, and no / when you want the whole channel to see what you are typing. Whatever you type, simply goes to the entire channel. Precede your lines with a / when you wish to execute an IRC command and when you do not wish the text to be sent to the entire channel. /list gives all channels on IRC (very LONG list on some servers can again flood you off)

/flush stops the flow of a long listing of channels. If you feel the listing is too long and you might get flooded off, just type /flush quickly and that will stop the process.

/notice nickname text sends a highlighted message to a person you choose. For instance /notice peter hey you how is it going? Would send a message to peter's screen, but would not open a private message window like /msg. (The exception to this rule is if the user has setup their client software to force a private window to open).

/topic #channel text changes topic on the channel. The topic is found by looking way up to the top of the channel screen, it is much like a title for the channel, and often important information about the channel will be placed there. Often Channel Operators will set the topic up so only other operators can change it.

/mode #channel +o nick gives channel ops to a person ( you must have ops on the channel to give ops ). So if I was an op on #room861 and wanted to give operators status to Don I would type /mode #room861 +o don

/kick #channel nick reason kicks person off channel (you must have ops to kick ) This command should only be used when necessary, but be warned, some inexperienced ops go on powertrips and start kicking people randomly. For you this usually boils down to just leaving the channel and finding one where the ops actually have a life.

/dcc send nick filename sends a file from your dir to another person on IRC

/dcc get nick receive a file from another person

/dcc chat nick starts a chat with a person on IRC

/me action here does an action e.g. /me says hi is *nickname says hi*

/query nick starts a private conversation with that person

/query ends conversation

/invite nick invites a person to an invite only channel

/ctcp nick finger gives finger info on a person

/ping nick tests lag between you and another person's server

/ignore nick none clears your ignore list