📄 efnext
字号:
/* requires EPIC4 or better to run properly. if someone would like * to backport this to be friendly to ircII that would be spiffy. * * Written because EPIC4 doesn't change your "current channel" to * the OJOINed channel when you use OJOIN to join a channel. * * November 14, 2000 - William Rockwood <wjr@wjr.org> */alias ojoin { if (![$1]) { echo $G Error: Not enough arguments echo $G Usage: /ojoin <[#]channel> <[@][-][+]> } { ^stack push on 329 ^on -329 "*" { @ :jchan = [$1] ^channel $jchan ^stack pop on 329 } switch ($*) { (#*) { quote ojoin $* } (*) { quote ojoin #$* } } }}# wjr'y2k
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -