Author Topic: The "Hi, PersonsName" Add-On  (Read 10366 times)

I have it on my RTB.. but someone gave it to me.  It got annoying so I don't use it anymore, but it's still there.

I perma for auto-greeters.
However, the horribly scripted ones are fun to play with. You just type "connected." and it sends the auto-greeting.

Truce's works like this. He tells me it's because he doesn't want to mess with secureClientCmd_ClientJoin, which is understandable, but his method is still quite open.

I actually built my own method I'm sorta proud of compared to Truce's way, with inspiration and help from Flaw... But I can't show nooblets this code.

Truce's works like this. He tells me it's because he doesn't want to mess with secureClientCmd_ClientJoin, which is understandable, but his method is still quite open.

No it's not; did you even read the code you had me send you?

Quote
if((%a = strPos(%line,"\c1"))              == -1) return;
if((%b = strPos(%line," connected.",%b))   == -1) return;
if(getSubStr(%line,%b + 11,strLen(%line)) !$= "") return;

that's is so loving annoying that i kick people with it till they get rid of it.

that's is so loving annoying that i kick people with it till they get rid of it.
Nethog called me an starfish for doing this, then suddenly people love him.

auto greeters are aggravating and stupid. you do not want it.

No it's not; did you even read the code you had me send you?


Hmm. Well, I didn't think of that at first, but the \c1 could... I forgot if you could manually type that into chat so it'd still show up as text. Meh... But the other two can definitely be bypassed.

Auto ban autogreet bot bot?

I would want that


Auto ban autogreet bot bot?

I would want that


If someone says a person's name shortly after they connected, send the connection message again, and if they try to say it again (they'll get flood warning unless admin), ban them.
That's how the script should work anyways.

I'm confused. What's wrong with having a server say hello when you join?

http://www.mediafire.com/?8irr6a71lld8gg9
 :cookieMonster:
olololol it makes you say, "Hey, %nameToGreet, did you know I'm a friend?

I'm confused. What's wrong with having a server say hello when you join?

RIGHT when anyone joins, EVERYTIME anyone joins, disrupting normal chat and causing whining if they cause their own flood protection and such. All this to say the least.

I'm confused. What's wrong with having a server say hello when you join?
It's not the server saying it.

http://www.mediafire.com/?8irr6a71lld8gg9
 :cookieMonster:
olololol it makes you say, "Hey, %nameToGreet, did you know I'm a friend?

lol james i changed the text: "Did you know? im a friend" text already but nice try. lol

RIGHT when anyone joins, EVERYTIME anyone joins, disrupting normal chat and causing whining if they cause their own flood protection and such. All this to say the least.
Why is everyone saying "I ban these people?"

Do you mean ban them from your server if you see them using it on their server? Is this a client-side thing?