I need this reply thingi

Old posts that have not been replied to for several years.
Locked
m
maxx0r

I need this reply thingi

Post by maxx0r »

If someone writes like !stats the bot sould say "Stats: urltothestats" ;)

Hope someone is friendly
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

Code: Select all

bind pub - !stats pub:stats
proc pub:stats {nick uhost hand chan text} {
  putserv "PRIVMSG $chan :Stats: http://www.website.com/"
}
m
metroid
Owner
Posts: 771
Joined: Wed Jun 16, 2004 2:46 am

Post by metroid »

There are a few scripts in the archive that do this by the way :\
Locked