/msg IRC commands
/msg irc nick newnick - Change your nickname
/msg irc invite nickname #roomname - Invite somebody to your room
/msg irc silence + - Put somebody on "ignore"
  • To use this command, you need to find out the user's mask. Type /msg z mask nickname to get the mask.

Lets pretend we're going to put MaximumCrash on "silence"

  • Step 1: /msg z mask MaximumCrash
    The hostmask for maximumcrash is milke@209.116.232.*
  • Step 2: /msg irc silence +milke@209.116.232.*

Poor Max can't send you any messages any more.

To remove this silence the command would be /msg irc silence -milke@209.116.232.*

/msg irc join #roomname

  • You can join up to 10 rooms at one time but (and you knew that was coming) you must use /msg irc privmsg #roomname : to talk in a certain channel.
/msg irc part #roomname
  • This allows you to leave a certain channel
/msg irc privmsg #roomname : type your message here
    you must type your message after the ":". This command is good if you are in more than one channel.
/msg irc mode #roomname + or -
LETTER where the letter is from the different mode commands below.

    b ban - /msg irc mode #zuh +b evilzah@*.zuh.net
    /msg irc mode #zuh -b evilzah@*.zuh.net

    i invite - /msg irc mode #zuh +i

    s secret - /msg irc mode #zuh +s

    t topic - /msg irc mode #zuh +t

    k key - /msg irc mode #zuh +k password

    l limit - /msg irc mode #zuh +l 2000

    n no outside messages - /msg irc mode #zuh +n

    m moderated - /msg irc mode #zuh +m

    v voice - /msg irc mode #zuh +v nickname

    o operator - /msg irc mode #zuh +o nickname

    p private - /msg irc mode #zuh +p

    /msg irc kick #roomname nickname
    /msg irc kick #roomname nickname reason
    /msg irc mode #roomname +b nick!user@host
    /msg irc mode nickname +i

    Back to FAQ