⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ircprimer

📁 EPIC IRC客户端。来源于IRCII客户端但做了很多性能和功能的优化。
💻
字号:
# Sample .ircrc script, from the IRCprimer v1.1# -------------------------------------------------------------------#    IRCII sample configuration file  (~/.ircrc)  (Nicolas Pioch)# -------------------------------------------------------------------# The aim of this file is to shorten all useful commands to 1 letter.^set DISPLAY offset NOVICE offset INPUT_ALIASES offset AUTO_WHOWAS onset SHOW_CHANNEL_NAMES onset SHOW_AWAY_ONCE on# Speeds up ircII display 2 timesset SCROLL_LINES 2# Put Hack notices down underon ^SERVER_NOTICE "% \*\*\* Notice -- Hack: *" set status_user Hack: $5-# do something logical with kill notices.on ^server_notice "% * Notice -- Received KILL*" hook KILL $8 $10 $12 $13-on hook "KILL % %.% *" echo ### server KILL for $1 by $2on hook "KILL % % *" echo ### KILL for $1 by $2 \($4-\)# Function to strip the less significant part of an internet hostnamealias userdomain @ function_return = before(@ $0) ## [@] ## after(. $0)# Who is that ?on ^msg * echo *$0!$userdomain($userhost())* $1-# /w [<nickname>]                        get info on someone# /q [<nickname>]                        query someone# /m  <nickname> <text>                  send a message# /n  <nickname> <text>                  send a notice# /r <text>                              reply to last message I got# /a <text>                              followup on my last messagealias w whoisalias q queryalias m msgalias n noticealias r msg $,alias a msg $.# /j <channel>                           join a channel# /l <channel>                           list people in a channel# /ll                                    list in the current channel# /i <nickname> [<channel>]              invite someone# /hop                                   leave the current channelalias j joinalias l whoalias ll who *alias i invitealias hop part *# /o <nickname> [<nickname> <nickname>]  give channel op status# /d <nickname> [<nickname> <nickname>]  remove channel op status# /k <nickname>                          kick someone# /mo [+|-]<modechars>                   change current channel modealias o fe ($*) x y z {mode * +ooo $x $y $z}alias d fe ($*) x y z {mode * -ooo $x $y $z}alias k for x in ($*) {kick * $x}alias mo mode *# the "wrong person" alias! /oops <nickname> to resend message toalias oops {	@ _whoops = B        msg $. Whooops! Please ignore, that wasn't meant for you.        msg $0 $_whoops}alias unset set -$*alias unalias alias -$*^set DISPLAY on# -------------------------------------------------------------------

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -