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

📄 nicks

📁 EPIC IRC客户端。来源于IRCII客户端但做了很多性能和功能的优化。
💻
字号:
# This lets you assign aliases for peoples nicknames.# For example, of you do: /ASSIGN BC BigCheese# Then you can do: /MSG BC Hi there!## These dont "link" well with other aliases... should # probably be handled another way.#alias msg {	if ( [$($0)] ) { //msg $($0) $1- } { //msg $0 $1- }}alias query {	if ( [$($0)] ) { //query $($0) } { //query $0- }}

⌨️ 快捷键说明

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