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.

.dump problem (qnet)

Old posts that have not been replied to for several years.
Locked
User avatar
GodOfSuicide
Master
Posts: 463
Joined: Mon Jun 17, 2002 8:00 pm
Location: Austria

.dump problem (qnet)

Post by GodOfSuicide »

When i use .dumb mode #pmp +l 20 it works correct, but when i try .dump lusers or .dump map the bot doesn't return anything.

Is this a QNet Bug / Protection or a protection in eggdrop ? Cos /map /lusers etc returns are quite big.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

The bot isn't meant to return anything.

The bot will only place information on the partyline, based on your console flags.

It is also dependant on what the bot is programmed to recognise.
EG, it is programmed to listen for JOIN, PART, QUIT, PRIVMSG, NOTICE and so on, so that it can send replies and so what.

Lusers an map commands are not programmed into eggdrop, because there is no requirment (not forced by the protocol), and will not affect how the bot works.

There are to ways to get it to display this on the partyline.

1: Read throught he config file and enable the server debug console flags, then add them to your console settings.

2: Setup a Tcl script to process them based on the RAW bind. You can then issue them via a putlog command, designed to display in one of your current console flags.
User avatar
GodOfSuicide
Master
Posts: 463
Joined: Mon Jun 17, 2002 8:00 pm
Location: Austria

Post by GodOfSuicide »

i tried NetStats1.2.tcl & lusers from DAWG, but somehow they dodn't work.

They didn't print any error / debug msg on the console, and i dunno what could be wrong...
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

This may be IRCD related.

Map is a non-standart IRC command, thus there is no definition as to what reply code should be used.
Locked