http://prntscr.com/w9fb4
或者
on *:INPUT:#: {
/set %ANSWER $+ $1-
/msg $active %ANSWER
/unset %back.*
/halt
}
因此,这个远程将我们输入的所有文本变为粗体....但是当这个脚本运行时,我们不能在Chanel中编写命令(在Chanel的输入扇区)。我怎样才能使它运行这些命令呢?
有什么建议吗?
非常简单。
on *:input:*: {
if (/* !iswm $1 || $ctrlenter) {
say $+($chr(2),$1-)
haltdef
}
}