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.

On Specife Nick Give Voice!

Old posts that have not been replied to for several years.
Locked
F
FuE-
Halfop
Posts: 57
Joined: Sat Nov 27, 2004 3:46 pm

On Specife Nick Give Voice!

Post by FuE- »

Hi im currently looking for a script that ex

if you nick like JUL|Urban you get voice
every user who have JUL|Nick = +v can you help me.. and the user shall not have to /hop the chan to get voice....
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

.+user JUL JUL|*!*@*
.chattr JUL +v #channel
.chanset #channel +autovoice
F
FuE-
Halfop
Posts: 57
Joined: Sat Nov 27, 2004 3:46 pm

Post by FuE- »

uh is that the whle code?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

FuE- wrote:uh is that the whle code?
They are command console commands and all that is needed to do what you want. :wink:
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
F
FuE-
Halfop
Posts: 57
Joined: Sat Nov 27, 2004 3:46 pm

Post by FuE- »

silly me ;)
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Re: On Specife Nick Give Voice!

Post by YooHoo »

FuE- wrote:Hi im currently looking for a script that ex

if you nick like JUL|Urban you get voice
every user who have JUL|Nick = +v can you help me.. and the user shall not have to /hop the chan to get voice....
This is kinda silly, isn't it? You couldn't possibly have sooooo many bots/clones/windrops/whatever that you couldn't be bothered with adding each different user/proxy/whatever... my lord, that's just damn lazy :o
N
Naughty

Post by Naughty »

I would like to have a script that voiced based on whether the first alpha character of the nick was capped.

example Nick joins the channel
then all non alpha such as {}[]`-_^ striped
then if the first character of whats left is Capped.. voice the user
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

Code: Select all

if [string is upper [string index [string trimleft $nick \{\}\[\]`-_^|] 0]] {
  pushmode $chan +v $nick
}
User avatar
Stealthx
Halfop
Posts: 68
Joined: Fri Oct 01, 2004 3:37 am
Location: StealthBox

Re: On Specife Nick Give Voice!

Post by Stealthx »

FuE- wrote:Hi im currently looking for a script that ex

if you nick like JUL|Urban you get voice
every user who have JUL|Nick = +v can you help me.. and the user shall not have to /hop the chan to get voice....
I remember there's a TCL that voice people on the front name tag, perhaps you can have a quick search at the Egghelp TCL Archive. If I'm not wrong, it's somehow linked to some mp3's nick stuffs. Try giving it a search. :)
+ Stealth Box +
Locked