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.
Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
monie089
Halfop
Posts: 76 Joined: Sat Jul 29, 2006 11:13 pm
Post
by monie089 » Sat Aug 26, 2006 8:23 pm
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
DragnLord
Owner
Posts: 711 Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA
Post
by DragnLord » Sat Aug 26, 2006 11:47 pm
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