in the RUN of your windows type telnet:your_ip:bot_port
the bot_port é is the number that you put in the conf file after the line listen
Code: Select all
set pisgexe "/home/nf/pisg/pisg"
bind time - "00 * * * *" execution
proc execution {nick uhost hand chan} {
global pisgexe
eval exec $pisgexe
}