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.

console

Old posts that have not been replied to for several years.
Locked
n
nutcase

Post by nutcase »

Was wondering how I could make the .console +m command to not beeing allowed to be set. I have removed it from the conf. But ppl can just set their console to +m if they want. Since I look at msgs as unsecure, I also have unbound those commands. Thing is if someone forgot this, and ppl had +m, they would be able to get passwords and stuff. Any ideas?
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

all inbuilt commands messaged to the bot are masked so that passwords do not show up in +m console
n
nutcase

Post by nutcase »

thing is msgs are unbound. Therefore lets say i set .console mynick +m
and type /msg botnick op mystupidpass.
then I will get something like this in partyline :
botnick> [time] [mynick!ident@host] op mystupidpass

If i set .console mynick -m i wont see it. So basicly what i want is that one should not be able to set .console nick +m
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

rebind the msg commands to your own procs, to blackhole command and return 1 (which means it dont show up in console +m)
n
nutcase

Post by nutcase »

ahh. Should have thought of that one. Thanks a bunch
Locked