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.

Search found 7 matches

by vince164
Sat May 27, 2006 2:49 am
Forum: Scripting Help
Topic: How come this dont work
Replies: 5
Views: 5213

lol thats what im wondering, everytime i do !vhost myvhost.com it says that in the partyline
by vince164
Sat May 27, 2006 1:22 am
Forum: Scripting Help
Topic: How come this dont work
Replies: 5
Views: 5213

i get this error now

Tcl error [pub_raw]: can't read "whoami": no such variable
by vince164
Fri May 26, 2006 9:47 pm
Forum: Scripting Help
Topic: How come this dont work
Replies: 5
Views: 5213

How come this dont work

Hi am trying to get this code to work but im haveing difficulty. i do have the vhchan set, the problem im haveing is the proc msg:vhchan dosent seem to work setudef flag vhchan bind pub - !vhost pub:vhost bind notc - * msg:vhchan bind pub - !remove pub:remove bind pub - !help pub:help proc pub:remov...
by vince164
Tue May 23, 2006 10:33 pm
Forum: Scripting Help
Topic: how to get info from mirc
Replies: 1
Views: 3199

how to get info from mirc

ok im makeing a vhost script
so when someone says !vhost my.vhost
how do i make the eggdrop msg hostserv to set the host they want
this is what i got so far
putquick "PRIVMSG hostserv :set $nick"
dunno how to send the vhost the user desires to hostserv
by vince164
Tue May 23, 2006 10:23 pm
Forum: Scripting Help
Topic: Help with error [SOLVED]
Replies: 4
Views: 4709

thanks that workes!
by vince164
Tue May 23, 2006 10:06 pm
Forum: Scripting Help
Topic: Help with error [SOLVED]
Replies: 4
Views: 4709

now i get this error

Tcl error [pub:help]: wrong # args: should be "pub:help nick uhost hand chan"
by vince164
Tue May 23, 2006 9:45 pm
Forum: Scripting Help
Topic: Help with error [SOLVED]
Replies: 4
Views: 4709

Help with error [SOLVED]

hi i get this error Tcl error [pub:help]: wrong # args: should be "pub:help nick chan" what dose this mean? here is the code bind pub - !remove pub:remove bind pub - !help pub:help proc pub:remove {nick chan} { if { $chan == "#vhost" } { putquick "PRIVMSG hostserv :DEL $nick...