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.

denycolors

Help for those learning Tcl or writing their own scripts.
Post Reply
User avatar
Fire-Fox
Master
Posts: 299
Joined: Sat Sep 23, 2006 9:01 pm
Location: /dev/null

denycolors

Post by Fire-Fox »

i have found this code on the net

but the
# Enable/Disable for a Channel:
#
# To activate deny-colors on any particular IRC channel,
# global/channel owner needs to do the following in DCC:
# .chanset #<channel> +denycolors
#
# Similarly, to deactive deny-colors checks on the channel,
# .chanset #<channel> -denycolors
#
dosent work

printout from partyline
.chanset #aliasfm +denycolors
10[001710:003310:000710] 10[A-BOT10] Error trying to set +denycolors for #aliasfm, invalid mode.
can it be fixed our is there another way to kick color underlined and bold text from the chat :) ?

i have tryed diffrent things but no luck
GreatZ
Fire-Fox | Denmark

Scripts: Relay | Store Text | TvMaze
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

denycolors is not a native channelmode, I could only assume that was from a script that uses the setudef command to define custom settings.
(Of course, script would also have to implement the features of the setting).
NML_375
User avatar
Fire-Fox
Master
Posts: 299
Joined: Sat Sep 23, 2006 9:01 pm
Location: /dev/null

Post by Fire-Fox »

nml375 wrote:denycolors is not a native channelmode, I could only assume that was from a script that uses the setudef command to define custom settings.
(Of course, script would also have to implement the features of the setting).
Yir okay thanks for the help....

the guide just said .chanset #chan +denycolors
GreatZ
Fire-Fox | Denmark

Scripts: Relay | Store Text | TvMaze
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

And the guide did not come with a script, or instructions to load that script?
It was'nt this guide? http://mm.bbspals.org/code/eggdrop/deny-colors.html
NML_375
User avatar
Fire-Fox
Master
Posts: 299
Joined: Sat Sep 23, 2006 9:01 pm
Location: /dev/null

Post by Fire-Fox »

nml375 wrote:And the guide did not come with a script, or instructions to load that script?
It was'nt this guide? http://mm.bbspals.org/code/eggdrop/deny-colors.html
Hey yes this is the guide ? :)
GreatZ
Fire-Fox | Denmark

Scripts: Relay | Store Text | TvMaze
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

So... did you follow these steps mentioned in it?
1. Copy deny-colors.tcl to scripts/ under Eggdrop directory.
2. Edit deny-colors.tcl to tweak the 'Configurable Options' settings.
3. Add the following line to Eggdrop's .conf file:

source scripts/deny-colors.tcl

4. Issue .rehash / restart to make Eggdrop load the TCL script.
NML_375
User avatar
Fire-Fox
Master
Posts: 299
Joined: Sat Sep 23, 2006 9:01 pm
Location: /dev/null

Post by Fire-Fox »

nml375 wrote:So... did you follow these steps mentioned in it?
1. Copy deny-colors.tcl to scripts/ under Eggdrop directory.
2. Edit deny-colors.tcl to tweak the 'Configurable Options' settings.
3. Add the following line to Eggdrop's .conf file:

source scripts/deny-colors.tcl

4. Issue .rehash / restart to make Eggdrop load the TCL script.
Yup i did, but i stopped here because in patyline it did not worked...
To activate deny-colors on any particular IRC channel, global/channel owner needs to do the following in DCC:

.chanset #channel +denycolors

Similarly, to deactive deny-colors checks on the channel,

.chanset #channel -denycolors
GreatZ
Fire-Fox | Denmark

Scripts: Relay | Store Text | TvMaze
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Fire-Fox wrote:Yup i did, but i stopped here because in patyline it did not worked...
.chanset #aliasfm +denycolors
A-BOT Error trying to set +denycolors for #aliasfm, invalid mode.
This indicates a script that is not loaded.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply