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.

Using other opchars

General support and discussion of Eggdrop bots.
Post Reply
h
hogie3
Voice
Posts: 3
Joined: Sat Aug 30, 2008 8:53 pm

Using other opchars

Post by hogie3 »

Im on a network that uses other op chars. Like & and %. I need my bots to op & and % to the apropriate users. Can this be done? And if so, how.

Im a novice so easy on me :roll:

Thanks
User avatar
TCL_no_TK
Owner
Posts: 509
Joined: Fri Aug 25, 2006 7:05 pm
Location: England, Yorkshire

Post by TCL_no_TK »

Change the following in eggdrop.conf file:

Code: Select all

set opchars "@"
#set opchars "@&~"
to the following

Code: Select all

#set opchars "@"
set opchars "@&~"
BTW, please try to read the confi files or the documents in the doc/'s folder.
# Some IRC servers are using some non-standard op-like channel prefixes/modes.
# Define them here so the bot can recognize them. Just "@" should be fine for
# most networks. Un-comment the second line for some UnrealIRCds.
Post Reply