This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

echo off

Old posts that have not been replied to for several years.
c
chubbychub
Voice
Posts: 38
Joined: Sun Oct 09, 2005 5:30 am
Location: gotham city

echo off

Post by chubbychub »

i do not want to see what i say thru dcc reflected back to my screen. i turned echo off, rehash, reload, save. but it still comes back to me anything i say or act. how can i set this NOT to reflect back to me?
thanks in advance
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Well, '.echo off' does work! You you calso look at turning '.chanset #chan -statuslog' (exceedingly annoying also).

For detailed information regarding console flags:

Code: Select all

.help console
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
c
chubbychub
Voice
Posts: 38
Joined: Sun Oct 09, 2005 5:30 am
Location: gotham city

Post by chubbychub »

i did look at the .help console but there is nothign that gives me option to set the echo off. and i tried to use the "chanset #chan -statuslog' but i get still the echo back to me. not sure waht i am doing worng. plz help. i search the forum for help and read as much as i can.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Code: Select all

.echo off
That's it! Anyone added to the bot that has partyline access can use that command.

Can you paste an example of this "echoing"?
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
c
chubbychub
Voice
Posts: 38
Joined: Sun Oct 09, 2005 5:30 am
Location: gotham city

Post by chubbychub »

[[1:02pm]<07chubby> .say morning
[1:02pm] 12<Alfred12> Said to #dummies: morning

Alfred is the eggdrop, and no one has access to it but me.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Alchera .say morning
Austar [04:10] #Alchera# (#Ballarat) say morning
Austar Said to #Ballarat: morning
Is normal behaviour with echo turned off.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
c
chubbychub
Voice
Posts: 38
Joined: Sun Oct 09, 2005 5:30 am
Location: gotham city

Post by chubbychub »

how can i turn it off? i type: .echo off .rehash .reload and it still displays everything i said back to me.
so i tried .echo on .rehash. reload and it still the same..
how can i get rid of that?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Alchera wrote:Is normal behaviour with echo turned off.
Trouble understanding PLAIN English?

It's doing exactly what it is supposed to do. :?
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
c
chubbychub
Voice
Posts: 38
Joined: Sun Oct 09, 2005 5:30 am
Location: gotham city

Post by chubbychub »

ok.. i just want to know how can i set it to NOT display back everything i say into the channel . thanks
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Use a Tcl script then:

Code: Select all

bind dcc n botsay botsay

proc botsay {hand idx arg} {
 if {[llength [split $arg]]} {
  puthelp "privmsg #dummies :$arg"
 }
}
So instead of .say you can use .botsay.
c
chubbychub
Voice
Posts: 38
Joined: Sun Oct 09, 2005 5:30 am
Location: gotham city

Post by chubbychub »

i am not trying to change the .say to .botsay . what i am trying to do is that i dont want to see everthing i say from the bot display back to it because it fills up the whole screen fast since i talk thru it alot. how can i do that? it was like that until someone told me to use a command that i forgot and i can't set it back the way it was.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

If you know C then you might be able to sift through eggdrop source, modify where appropriate, and then recompile.

There is no magic anything to stop the behaviour the bot displays via DCC when using ".say [channel] <text>".

The solution posted by Sir_Fz is a work around for that behaviour and I suggest you use it.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

.console -c
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

greenbear wrote:
.console -c
Nope.

Code: Select all

Alchera .console -c
Austar Set your console to #Ballarat: mobxs (msgs, misc, bots, files, server).
Alchera .say Testing
Austar Said to #Ballarat: Testing
He's wants all of it off i.e. last line (above).
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
c
chubbychub
Voice
Posts: 38
Joined: Sun Oct 09, 2005 5:30 am
Location: gotham city

Post by chubbychub »

yeah. i tried .console -c before i started this post and it dont work.
Locked