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.

Kick message in bot?

Old posts that have not been replied to for several years.
Locked
p
perchristian

Kick message in bot?

Post by perchristian »

Is there any way to change the message the bot uses when It's kicking?
Like when I ban someone in a channel which has the enforce-bans setting activated, the bot kicks them and says "Banned"... I want to change that
User avatar
Yourname
Master
Posts: 358
Joined: Mon Sep 24, 2001 8:00 pm
Location: Toronto

Post by Yourname »

Look in language\, core.english.lang, you'll have to edit it there.
Dormant egghead.
h
har0
Voice
Posts: 20
Joined: Fri Jan 17, 2003 7:07 am

ban msg

Post by har0 »

look for ...banned in the core file :)
E
EEggy
Op
Posts: 122
Joined: Thu Sep 26, 2002 11:46 pm

Post by EEggy »

hi,
yeah its in language - 0x66a,banned:
before there were spaces between banned: and the reason like
(banned: reason) but now its (banned:reason)

if i remove the whole thing -> 0x66a,banned: from the language, then i get this (MSG66A), if i removed banned from - > 0x66a, then i get ( reason) space between ( and reason

i wanted to make (reason)? is it possible
thanks
EEggy
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Two methods come to mind.

1: Edit the source so that is no longer even uses the LANG definition.

2: Use some invisible text, a negating control character.

Set the value to "\002\002"

These are translated to bold characters, and are screened out by most clients. In clinet that do use them, the first enables bold, the second disables.

It does reduce the reason length by 2 characters, but you likely won't miss them.
E
EEggy
Op
Posts: 122
Joined: Thu Sep 26, 2002 11:46 pm

Post by EEggy »

Thanks ppslim,

but there are so many source files heh, so any idea the specific source file to remove it completly? plz

how do 2nd option will work?? where should i set that \002\002??

oh also i think you said in some post that you'll release your scripts or something? is there any link?? or

thanks
EEggy
Locked