Code: Select all
<[afk]> .whois bleh
<MaJoR> [04:10] #[afk]# whois bleh
It shows everyone, can I hide what i'm doing? I heard something about using "`" lol
Code: Select all
<[afk]> .whois bleh
<MaJoR> [04:10] #[afk]# whois bleh
Code: Select all
.echo off
Code: Select all
unbind dcc ot|o console *dcc:console
bind dcc n console *dcc:console
proc checkConsole {handle idx} {
if {![matchattr $handle n]} {
console $idx "-c"
}
return 0
}
bind chon - * checkConsole
echo
echo <on/off>
Sets whether you want your messages echoed back to you. If it's on, then anything you say on the party line will be displayed to you just like everyone else will see it. If it's off, then that won't happen.
this is clearly not an echo issue, it has to do with console. Echo is repeated back to the user that entered in the text, not to others in the partyline. EnglishExpress is trying to hide/mask commands entered into the partyline, which isn't so easily done.EnglishExpress wrote:Code: Select all
<[afk]> .whois bleh <MaJoR> [04:10] #[afk]# whois bleh