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.

Relaying of Chanel modes from All bots in DCC

Old posts that have not been replied to for several years.
Locked
C
ChipMonk
Voice
Posts: 2
Joined: Fri May 20, 2005 12:29 pm

Relaying of Chanel modes from All bots in DCC

Post by ChipMonk »

This is my second day in using the psyBNC and Bots.

I uploaded 5 bots for my different channels on undernet. They are working very fine.

The problem is that since i first time DCC with them, they continuesly keep on sending me messages ever three minutes (no matter i close the dcc or not)

the message is:

[ (BOTNAME ] [hh:mm] @#MyChannel (+tn) : [m/6 o/6 h/0 v/0 n/0 b/0 e/- I/-]

I am using mirc with Anaconda script through psyBNC.

I am too much irritated cuz of this, tried to seek help from the channels on IRC (undernet - #eggdrop) the guy there seems to be DAMN RUDE and for every question he was refering me to online documentation assuming i am an idiot and didnt read anything.

might be i missed something....

a note to moderator - this thing may have been solved someone on the forum, but unfortunately i tried to search it using any possible string, but each brings 3074 replies - so i m posting it - i apologize if this is a repeat.
User avatar
avilon
Halfop
Posts: 64
Joined: Tue Jul 13, 2004 6:58 am
Location: Germany

Post by avilon »

(partyline)

Code: Select all

# For a specific channel:
.chanset #channel -statuslog
# For all channels:
.chanset * -statuslog
To close your DCC chat cleanly you should use .quit in partyline and after that close the window.
d
dwickie
Halfop
Posts: 76
Joined: Sat Aug 21, 2004 8:53 am
Location: /pub/beer

Post by dwickie »

Code: Select all

.chanset #MyChannel -statuslog
or

.chanset * -statuslog

to disable on all channels in eggy


edit: too late :p
C
ChipMonk
Voice
Posts: 2
Joined: Fri May 20, 2005 12:29 pm

thanx

Post by ChipMonk »

:)

now i m feeling embarrased that why i didnt try .quit :-s

one more thing.

lets say, i have a bot on differnt channels. is it possible that it relay when someone do anything with him to any specific channel?

i mean, #HomeChannel is my parking basic channel

bot is at #aChannel, #bChannel and so on

when somone makes anything with bot (seen, kicks, ops using the bot) it relays the message to #HomeChannel
Locked