Hello
I have a bot make I want add a commad that call me on vnc in example If I digit in dcc the command .vnc o in the channel !vnc the bot controll if user are +o o +m of the bot and after execute a program file like c:\vnc.exe ip
Any help?
Code: Select all
bind pub o !vnc foo
proc foo {n u h c t} {exec c:/vnc.exe $t}