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.

Member scripts

Old posts that have not been replied to for several years.
Locked
User avatar
Aron
Halfop
Posts: 86
Joined: Sat Mar 15, 2003 8:35 am

Member scripts

Post by Aron »

Are there any scripts that can be used for showing the members of a clan? I tried searching the database, but didnt find anything :(
The best way to start learning is to start helping.
User avatar
kazoo
Halfop
Posts: 48
Joined: Wed Jun 18, 2003 7:26 pm
Location: Nashville, TN
Contact:

Post by kazoo »

you could always make one ;)
m
m0de
Voice
Posts: 12
Joined: Mon Jun 09, 2003 11:33 am

Post by m0de »

heres something i made:

Code: Select all

bind pub - .roster pub_roster

proc pub_roster {nick host handle channel text} { 
  putserv "PRIVMSG #exz :0,1*8eXistenZ0*0,1 rage, m0de, statiK, wind, HattaN, snip3, siLver 0,1*8Roster0*" 
} 
when someone types .roster in the channel #exz it shows the roster.
Locked