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.
Old posts that have not been replied to for several years.
-
guest
- Halfop
- Posts: 52
- Joined: Mon Jan 19, 2004 4:15 pm
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
-
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"
}
-
guest
- Halfop
- Posts: 52
- Joined: Mon Jan 19, 2004 4:15 pm
Post
by guest »
what those are needed for ?
-
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
-
Dizzle
- Op
- Posts: 109
- Joined: Thu Apr 28, 2005 11:21 am
-
Contact:
Post
by Dizzle »
-
guest
- Halfop
- Posts: 52
- Joined: Mon Jan 19, 2004 4:15 pm
Post
by guest »
thnx lads
-
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

hahahahahahahahahaha
