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.

Prefix script

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
m
monie089
Halfop
Posts: 76
Joined: Sat Jul 29, 2006 11:13 pm

Prefix script

Post by monie089 »

I was wondering if someone can make me a script like
@prefix ! and it changes all the command characters to
! so now it would be
!prefix @
If it is possible can some one please make this for me.
New server irc.NintendoXG.com come and visit
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Post by DragnLord »

Code: Select all

set cmdchar "@"
bind pub o|o ${cmdchar}prefix prefix:chg

proc prefix:chg {n u h c a} {
   set ::cmdchar $a
}
now you'd only have to change the bind code in the scripts you want effected by this
Post Reply