dcc_spacefix
来自「EPIC IRC客户端。来源于IRCII客户端但做了很多性能和功能的优化。」· 代码 · 共 24 行
TXT
24 行
## 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 + =
减小字号Ctrl + -
显示快捷键?