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.

tcls that will support networks that use "~&%"

Old posts that have not been replied to for several years.
Locked
l
lanimul
Voice
Posts: 4
Joined: Thu Jul 22, 2004 5:33 pm

tcls that will support networks that use "~&%"

Post by lanimul »

yo. i'm looking for a tcl that will support networks that us special characters, and for a tcl that will make flags for them.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

maybe

Code: Select all

set opchars "%&~"
in the conf file is what you're looking for ?
l
lanimul
Voice
Posts: 4
Joined: Thu Jul 22, 2004 5:33 pm

Post by lanimul »

well I have that set, but what I'm looking for are the flags that would support the characters "~&%" to set the chan modes would be +qah but eggdrop has these flags already used.
l
lanimul
Voice
Posts: 4
Joined: Thu Jul 22, 2004 5:33 pm

Post by lanimul »

PREFIX=(qaohv)~&@%+
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

User flags aren't related to channel modes, for example a +o user doesn't mean he's an op on any chan. So, what're your intentions exactly ?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

From tcl-commands.doc:
isop <nickname> [channel]
Returns: 1 if someone by the specified nickname is on the channel (or
any channel if no channel name is specified) and has ops; 0 otherwise
Module: irc

ishalfop <nickname> [channel]
Returns: 1 if someone by the specified nickname is on the channel (or
any channel if no channel name is specified) and has halfops; 0 otherwise
Module: irc

isvoice <nickname> [channel]
Returns: 1 if someone by that nickname is on the channel (or any
channel if no channel is specified) and has voice (+v); 0 otherwise
Module: irc
From eggdrop (.help whois):
Users can also have flags specific to a channel:
l - halfop (user has halfop access to the channel)
m - master (user is a channel master)
n - owner (user is a channel owner)
o - op (user has op access to the channel)
q - quiet (user cannot gain voice on the channel)

There are also 26 user-defined channel flags (A-Z).
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Locked