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.
-
MeJseL
- Halfop
- Posts: 61
- Joined: Tue Nov 18, 2003 7:30 am
- Location: Gothenburg , sweden
Post
by MeJseL »
somone have a little script like if i type !date the bot shows what date and time it is ..

yeah!
-
Papillon
- Owner
- Posts: 724
- Joined: Fri Feb 15, 2002 8:00 pm
- Location: *.no
Post
by Papillon »
Code: Select all
bind pub - !date show:date
proc show:date {nick host hand chan arg} {
putserv "PRIVMSG $chan :[clock format [clock seconds] -format "%a %d %b - %T"]"
}
something like this?
Elen sila lúmenn' omentielvo
-
MeJseL
- Halfop
- Posts: 61
- Joined: Tue Nov 18, 2003 7:30 am
- Location: Gothenburg , sweden
Post
by MeJseL »
yeah just like that thx man :>
yeah!