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 18 matches

by veblen
Fri Mar 23, 2007 7:52 pm
Forum: Scripting Help
Topic: sending messages to allowed channels
Replies: 1
Views: 1955

sending messages to allowed channels

how can i use something such as setudf or similar to make changable variables, or a variable list for certain channels to send messsages to? for example.. i have a bot sending news updates to a channel, is there a way i can use setudf together with foreach.. to easily set and unset multiple channels...
by veblen
Thu Mar 22, 2007 3:17 pm
Forum: Scripting Help
Topic: [SOLVED] bind pub
Replies: 6
Views: 3791

hehe sorry, my mistake.. i was searching for setudf, instead of setudef :shock:

no wonder i couldnt find anything.

thanks alot guys.
by veblen
Thu Mar 22, 2007 12:46 pm
Forum: Scripting Help
Topic: [SOLVED] bind pub
Replies: 6
Views: 3791

is there any documentation about setudf? could u point me in its direction.. i cant seem to find much.
by veblen
Thu Mar 22, 2007 10:26 am
Forum: Scripting Help
Topic: [SOLVED] bind pub
Replies: 6
Views: 3791

ok i have a different question then, i have a script that reacts to channel commands.. but i want the bot to sit in more channels, without the commands being triggered in some. whats the best way to edit my script to only allow selected channels to trigger pub procs? and i really want to be able to ...
by veblen
Thu Mar 22, 2007 8:11 am
Forum: Scripting Help
Topic: [SOLVED] bind pub
Replies: 6
Views: 3791

[SOLVED] bind pub

can i make pub binds channel specific..

or do i have to use in the proc something like, if {$chan == #chan} ?
by veblen
Mon Mar 19, 2007 12:11 pm
Forum: Eggdrop Help
Topic: [SOLVED] DCC connect problem
Replies: 11
Views: 6031

changing to my internal ip in mirc worked.

im happy enough with that. thankyou for the help :D
by veblen
Mon Mar 19, 2007 11:24 am
Forum: Eggdrop Help
Topic: [SOLVED] DCC connect problem
Replies: 11
Views: 6031

i can open a telnet connection with the bot using the internal router assigned ip, but not by using my external ip address.
by veblen
Mon Mar 19, 2007 9:17 am
Forum: Eggdrop Help
Topic: [SOLVED] DCC connect problem
Replies: 11
Views: 6031

i just tried that, and it didnt make any difference.

still the same errors.
by veblen
Mon Mar 19, 2007 7:35 am
Forum: Eggdrop Help
Topic: [SOLVED] DCC connect problem
Replies: 11
Views: 6031

ive tried ctcp <bot> chat, like i said... when i do that i get the messages: 'lost connection while identing' 'password timeout on dcc chat' in the telnet window. the bot is on the same local machine, i have my ip's set correctly in the config file, port forwarded and set correctly, and the right po...
by veblen
Sun Mar 18, 2007 10:02 pm
Forum: Eggdrop Help
Topic: [SOLVED] DCC connect problem
Replies: 11
Views: 6031

already have done & tried everything there :?
by veblen
Sun Mar 18, 2007 5:23 pm
Forum: Eggdrop Help
Topic: [SOLVED] DCC connect problem
Replies: 11
Views: 6031

[SOLVED] DCC connect problem

i cant connect via dcc with my bot. ive been through the help pages and guide, set all the right settings i think. if i try to initiate the dcc chat, it just stays on waiting for aknowledgement. if i make the bot try and dcc me, i always get the error 'lost connection while identing' ... 'password t...
by veblen
Sat Mar 17, 2007 1:23 pm
Forum: Scripting Help
Topic: switch help
Replies: 1
Views: 1975

switch help

im only quite new to tcl scripting, and i want to set a switch to use as variables within a proc. im not too sure how to do this properly, so if someone could just give me a quick example. on command in channel !select, i want to use a switch to give me a variable number. so the line in a channel wo...
by veblen
Thu Mar 15, 2007 9:46 pm
Forum: Modules & Programming
Topic: [solved] compiling windrop help
Replies: 11
Views: 19592

surely that wont make a difference tho? if ((now - last_time) >= msgrate as the value of msgrate is 0... so 'now - last_time' is always going to be greater than 0 anyway, so the second parameter 'now < (last_time - 90)' wont come into use. ---------- ive finally got to the bottom of the problem, its...
by veblen
Thu Mar 15, 2007 6:07 am
Forum: Modules & Programming
Topic: [solved] compiling windrop help
Replies: 11
Views: 19592

yes ive tried using putquick, and also putdccraw. ok an update on this. ive compiled windrop a few times now.. with msgrate set to 0, 1 and 5. with the value at 5 it passes one line to a channel every 5 seconds ok. with msgrate set at 1, putserv passes 1 line to a channel per second. if i change thi...
by veblen
Wed Mar 14, 2007 4:24 pm
Forum: Modules & Programming
Topic: [solved] compiling windrop help
Replies: 11
Views: 19592

sorry what i meant was, i switched to another system for the entire process. im getting those errors when trying to compile with the ssl patch. i can compile windrop fine now without ssl, which will do for the time being. the reason i wanted to compile myself was to change the msgrate value to 0, so...