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.

req: lil scriptie

Old posts that have not been replied to for several years.
Locked
g
guest
Halfop
Posts: 52
Joined: Mon Jan 19, 2004 4:15 pm

req: lil scriptie

Post by guest »

I would like to know how would the line in eggdrop tcl should look like

in mirc it looks like that :

Code: Select all

on 1:text:!css:#:/notice $nick 1,15
generaly i'd like to find out how this works in eggdrop tcl
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

you've been here for year and a half and you still don't have a clue how eggdrop triggers look like? you live up to your nick...

Code: Select all

bind pub - !css foo
proc foo {n u h c t} {
   puthelp "notice $n :\0031,15here comes whatever lame color stuff you need to spam poor $n with"
}
g
guest
Halfop
Posts: 52
Joined: Mon Jan 19, 2004 4:15 pm

Post by guest »

Code: Select all

proc foo {n u h c t} { 
what those are needed for ?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

those are needed for you to move your lazy ass and learn some Tcl
D
Dizzle
Op
Posts: 109
Joined: Thu Apr 28, 2005 11:21 am
Contact:

Post by Dizzle »

here is a good site too learn the basic off TCL

http://johoho.eggheads.org/eggdrop/other/guide2tcl.html
g
guest
Halfop
Posts: 52
Joined: Mon Jan 19, 2004 4:15 pm

Post by guest »

thnx lads
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

demond wrote:those are needed for you to move your lazy ass and learn some Tcl
:lol: hahahahahahahahahaha :lol:
Locked