2009年5月2日星期六

irc command

加入某个聊天室
输入
/join #聊天室名称

   
退出某个聊天室
/part #聊天室名称

列出聊天室名称
/list

向某人发出密聊话语,或者对某个闲聊室的所有人说话
/msg 昵称 消息内容
/msg 消息内容

用来向某人发出密聊话语
/query 昵称 消息内容

用来向某人发出注意信息
/notice 昵称 消息内容


改变昵称
/nick 昵称

退出连接
/quit

暂时离开
/away
查询当前IRC服务器上Admin,IRC里最高级别的管理员)的相关信息
/admin

邀请某人到你指定的闲聊室
/invite <别名> <#闲聊室>

把某人从你指定的闲聊室赶出去,管理员做的事
/kick <#闲聊室> <别名> [踢他的原因]

--------------------------------------------------------------------------------------------------
create a new channel
1 Create your separate channel by typing /join #channel, where channel is the name of your new channel.
2 Register it with /cs register #channel .
3 Inside the new channel, assign a topic to it by typing /topic #quantum This channel is about recent change patrol where This channel is about recent changes patrol is the the topic of the new channel.
4 Invite others to join. In the larger, public channel, type /Invite john #channel, where john is the user name and #channel is your channel.'
  • If you want your channel to be invitation only, type /mode #channel +i where #channel is the name of your channel.
5 Set your new channel to private or secret by typing /mode #mynewchannel +s for secret and /mode #mynewchannel +p for private. If you don't mind your new channel being public, don't do anything. All new channels are automatically public.

没有评论:

发表评论