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

by kain
Mon Oct 20, 2003 7:33 pm
Forum: Archive
Topic: Channel flag sharing
Replies: 14
Views: 1897

.help whois
by kain
Tue Oct 14, 2003 1:59 pm
Forum: Archive
Topic: putallbots
Replies: 7
Views: 3696

This code on a single bot works, but when called with the putallbots it doesn't # auth invite proc inviteall { n h c } { set clist "" foreach c [channels] { if {[matchattr $h -|I $c] && [botisop $c] && [string match *+private* [channel info $c]]} { putserv "INVITE $n $...
by kain
Tue Oct 14, 2003 1:55 pm
Forum: Archive
Topic: putallbots
Replies: 7
Views: 3696

Removed the '$args' and now I get:
Tcl error [ninvite]: called "ninvite" with too many arguments
I've tried changing a few things but nothing seems to work.
by kain
Mon Oct 13, 2003 4:38 pm
Forum: Archive
Topic: putallbots
Replies: 7
Views: 3696

Ok, still can't get it working heres the code im trying to work with basically it sends 'ninvite $n' over the botnet and then gets caught by all the other bots then calls the 'inviteall' proc which works on its own btw, just not like this. proc myproc { n u h a } { code... set netinvite "ainvit...
by kain
Mon Oct 13, 2003 2:06 pm
Forum: Archive
Topic: putallbots
Replies: 7
Views: 3696

This putallbots proc would be on each bot,
so is there any way to broadcast it to all bots
rather than a single bot, I thought putbot was for a single
and putallbots would send the command to all bots?
by kain
Mon Oct 13, 2003 12:52 pm
Forum: Archive
Topic: putallbots
Replies: 7
Views: 3696

putallbots

Hey,
Can someone give me a simple example
of 'puallbots' and 'bind bot'
I've been fiddling with it for a while and can't
get it to work. All I need to carry over is $nick
and maybe $hand, just never works for me though.
Thanks in advance.
by kain
Sun Sep 28, 2003 8:49 pm
Forum: Archive
Topic: infra-services
Replies: 9
Views: 3314

As far as I know, which is what they've told me,
their servers are based in the USA, east cost,
but owned by a someone in the uk, Surrey to be exact.
Like I said, they seem pretty good.
by kain
Fri Sep 19, 2003 10:04 pm
Forum: Archive
Topic: infra-services
Replies: 9
Views: 3314

You can pay by paypal too if you wanted.
by kain
Fri Sep 19, 2003 10:03 pm
Forum: Archive
Topic: infra-services
Replies: 9
Views: 3314

Yeah I have an account, their servers are based in the usa anyway.
They seem very stable/good uptime, good pings too and VERY helpfull.
I have a custom setup from them, which isn't listed as being an option
on the packages page, but they were willing to do it,
I've had no problems at all with them.
by kain
Fri Sep 19, 2003 7:21 pm
Forum: Archive
Topic: infra-services
Replies: 9
Views: 3314

They seem very good, although it would depend on what country your in.
by kain
Sun Sep 07, 2003 6:39 pm
Forum: Archive
Topic: Confused (special character problem)
Replies: 11
Views: 3206

I used that as an example to show what my hosts look like,
except they are not egghelp.org, I use k@in,
so it would be 'kain!k@in' and 'kain*!*k@in'
by kain
Sun Sep 07, 2003 1:36 pm
Forum: Archive
Topic: Confused (special character problem)
Replies: 11
Views: 3206

I've tried it myself, for example 'kain!kain@egghelp.org'
or even 'kain*!*kain@egghelp.org'
If I change my nick to 'kain-' rather than 'kain',
it gives me the same error, yet works on 'kain'
by kain
Sun Sep 07, 2003 12:06 pm
Forum: Archive
Topic: Confused (special character problem)
Replies: 11
Views: 3206

no, thats not it, just lists the nick as normal no extra characters, this only happens when they lose their nick and add a - at the end or something like that, if their handle had the - in it wouldnt be a problem but i dont want to go round changing peoples handles every 5 minutes or have to write s...
by kain
Sun Sep 07, 2003 8:18 am
Forum: Archive
Topic: Confused (special character problem)
Replies: 11
Views: 3206

Just tried that, still comes back with the same problem though, I also added the 'set text [split $text] bellow, and that didn't work either. proc pub:add { nick address handle chan text } { global lbn hub home priv set text [split $text] if {[matchattr $handle L]} { if {[ishub $chan] == 1 } { addus...
by kain
Sat Sep 06, 2003 3:01 pm
Forum: Archive
Topic: Confused (special character problem)
Replies: 11
Views: 3206

Thanks for the response both, nice to see caesar is still spamming around :) arcane I've tried what you said and it still spits out the same error eg; <kain> add op user- <bot> user- is not on the channel or I can't recognise that user. but if I; <kain> add op user <bot> user is now a channel op for...