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.
Old posts that have not been replied to for several years.
p
pretone
Post
by pretone » Fri Nov 26, 2004 12:16 pm
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?
demond
Revered One
Posts: 3073 Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:
Post
by demond » Fri Nov 26, 2004 12:37 pm
spawning GUI app from eggdrop seems pointless to me, but anyway:
Code: Select all
bind pub o !vnc foo
proc foo {n u h c t} {exec c:/vnc.exe $t}
p
pretone
Post
by pretone » Fri Nov 26, 2004 2:34 pm
sorry for request
Tks for answer