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.

!date

Old posts that have not been replied to for several years.
Locked
M
MeJseL
Halfop
Posts: 61
Joined: Tue Nov 18, 2003 7:30 am
Location: Gothenburg , sweden

!date

Post by MeJseL »

somone have a little script like if i type !date the bot shows what date and time it is .. :lol:
yeah!
User avatar
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
M
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!
Locked