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.

if {$avchan == "" && [botisop $chan]}

Old posts that have not been replied to for several years.
Locked
S
SniperAC

Post by SniperAC »

I downloaded allvoice.tcl and i dont want my bot to be an op i want it to be halfop how do i mofify this line to make it halfop?

if {$avchan == "" && [botisop $chan]}
k
knorkator

Post by knorkator »

delete the "&& [botisop $chan]" and the bot will ever try to voice the user entering the channel.

if {$avchan == ""} { ....
S
SniperAC

Post by SniperAC »

well I have already thought of that still when bot is op it still +v peeps but when it half op it doesnt try
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

because eggdrop dont support halfop
S
SniperAC

Post by SniperAC »

Well that will explain it Thanks :wink:
Locked