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.

newb question

Old posts that have not been replied to for several years.
Locked
-
-Phoenix-

newb question

Post by -Phoenix- »

Hi,

I´ve got a realy simple question (i guess)

i had a normal irc bot running on my system and made some simple scripts in the remote like:

on *:text:!info:#: {
msg $chan Infotext
}


now i wondered if i can do something similar with an eggdrop?

and if there is a guide for it.

thx Phoenix
User avatar
Papillon
Owner
Posts: 724
Joined: Fri Feb 15, 2002 8:00 pm
Location: *.no

Post by Papillon »

Code: Select all

bind pub - !info procname
proc procname {nick host hand chan arg} {
  putserv "PRIVMSG $chan :Infotext"
}
I suggest you go to google and type in +suninet +tcl +tutorial to understand what the he|| I just did ;)
Elen sila lúmenn' omentielvo
Locked