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.

Channels with ampersands?

General support and discussion of Eggdrop bots.
Post Reply
V
Variant
Voice
Posts: 1
Joined: Tue Oct 21, 2008 9:30 pm

Channels with ampersands?

Post by Variant »

Can/should eggdrop 1.6.19 be able to monitor channels named &channame vs #channame?
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Yup, should be a mere matter of adding them as &channel rather than #channel:

Code: Select all

#dcc chat:
.+chan &channel

#config/script:
channel add &channel
channel set &channel +fuu -bar ...
NML_375
Post Reply