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.

Search found 2 matches

by npax
Sun Apr 01, 2012 4:36 am
Forum: Eggdrop Help
Topic: botonchan for +inactive channel
Replies: 3
Views: 7245

eggdrop v1.6.21 Tcl version: 8.5.10 trying script: bind pub m|m "!channels" pub:channels proc pub:channels {nick host hand chan args} { if {[lindex $args 0] == "on"} { set active "" foreach ch [channels] { if {[botonchan $ch]} { append active " $ch" } } putser...
by npax
Sat Mar 31, 2012 5:02 pm
Forum: Eggdrop Help
Topic: botonchan for +inactive channel
Replies: 3
Views: 7245

botonchan for +inactive channel

Why function [botonchan $chan] returns 1 for all bot's channels, including with +inactive option?
Same with [onchan $botnick $chan]
I use eggdrop 1.6.21

I know about [channel get $chan inactive] - it works, but the bot is not on inactive channels!