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

📄 dcc_spacefix

📁 EPIC IRC客户端。来源于IRCII客户端但做了很多性能和功能的优化。
💻
字号:
## The DCC protocol specifies no way to include spaces in the# filename of a request.  Some clients attempt to fix this by# enclosing spaced filenames in double quotes, but epic doesn't# decode these requests correctly.## What this script does is convert these requests to a form# that epic normally can handle.#on #^ctcp_request 0 "% % DCC \[SEND ACCEPT\] *\"* *\"*" {        @ :ll = before(\\" $2-)        @ :mm = after(\\" $2-)        @ :mm = before(-1 \\" $mm)        @ :mm = urlencode($mm)        @ :rr = after(-1 \\" $2-)        pretend :$0!$userhost() PRIVMSG $1 :$chr(1)$ll$mm$rr$chr(1)}## This is a new feature in epic which conflicts with this script.  You may want# to not load this script and leave this feature on instead.#set dcc_dequote_filenames off

⌨️ 快捷键说明

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