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.

changes banned to a msg that i want..

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
s
sdays
Halfop
Posts: 98
Joined: Sat Oct 21, 2006 4:46 am

changes banned to a msg that i want..

Post by sdays »

i was seeing if i can changes the msg "Banned:" to something that i want

Code: Select all

* joins manny (********************)
* eggdrop sets mode: +b *******************
* manny was kicked by eggdrop (Banned: flooding)
r
r0t3n
Owner
Posts: 507
Joined: Tue May 31, 2005 6:56 pm
Location: UK

Post by r0t3n »

I think you can change it in the language file under 0x66a

Search your language file for 0x66a

Otherwise you will need to edit the source and recompile the bot.

hope this helps :)
r0t3n @ #r0t3n @ Quakenet
s
sdays
Halfop
Posts: 98
Joined: Sat Oct 21, 2006 4:46 am

Post by sdays »

is there anyway to unbind it?
r
r0t3n
Owner
Posts: 507
Joined: Tue May 31, 2005 6:56 pm
Location: UK

Post by r0t3n »

possibly set setting 0x66a to nothing

so you have

Code: Select all

0x66a,
in the language file.

Otherwise, again its editing the source and recompiling.
r0t3n @ #r0t3n @ Quakenet
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Those are Eggdrop's built-in channel protections, you can disable them via DCC. Example
.chanset #channel flood-join 0:0
Other protections include flood-chan, flood-ctcp, flood-kick, flood-deop and flood-nick.
s
sdays
Halfop
Posts: 98
Joined: Sat Oct 21, 2006 4:46 am

Post by sdays »

i mean the kmsg "Banned:" is there any way i can change it?
s
sdays
Halfop
Posts: 98
Joined: Sat Oct 21, 2006 4:46 am

Post by sdays »

Edited
Last edited by sdays on Tue May 08, 2007 4:29 am, edited 1 time in total.
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

The answer to that is found in the first reply in this thread (by Tosser^^).
And please try avoiding double-posting...
NML_375
Post Reply