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

by martpen69
Sun Apr 16, 2006 9:11 pm
Forum: Script Requests
Topic: Script request
Replies: 6
Views: 6791

Sorry

I didnt know how to set the $vchan variable so i did this. bind ctcr - VERSION version:reply bind join - * check:version proc check:version {nick uhost hand chan} { global cversion set cversion([string tolower $nick]) 1 putserv "privmsg $nick :\001VERSION\001" } proc version:reply {nick uh...
by martpen69
Sun Apr 16, 2006 8:23 pm
Forum: Script Requests
Topic: Script request
Replies: 6
Views: 6791

Script request

Oper bot to ctcp version people when they join my channel and to +v them if they reply with a certain version. I found some scripts which ive taken bits from and tried to put them together. Not sure if this is correct. bind ctcr - VERSION version:reply bind join - * check:version proc check:version ...
by martpen69
Fri Jan 06, 2006 12:29 pm
Forum: Scripting Help
Topic: Help with Hostserv script
Replies: 3
Views: 6431

sorry onjoin the bot will whois the user twice below is the output [4:22pm] <~RaM-PaCk> big-r0n your nick is registered and identified use !vhost <vhost> [4:22pm] <~RaM-PaCk> big-r0n your nick is registered and identified use !vhost <vhost> [4:24pm] <&BiG-R0N> !vhost something@haha.com [4:24pm] ...
by martpen69
Thu Jan 05, 2006 6:00 pm
Forum: Scripting Help
Topic: Help with Hostserv script
Replies: 3
Views: 6431

Help with Hostserv script

Hello to start im not sure where I got this script from so I cant give proper credit to the author. The script works fine it opers up and sets the host on command the only niggly thing is that it does everything twice. Ive looked over the thing and cant see whats wrong I was thinking it was somethin...
by martpen69
Sat Dec 31, 2005 7:34 pm
Forum: Script Requests
Topic: Ripe
Replies: 8
Views: 13959

Thank you very much all working

Thanks

:)
by martpen69
Sat Dec 31, 2005 7:11 pm
Forum: Script Requests
Topic: Ripe
Replies: 8
Views: 13959

in channel i do !whois myipaddy and i get the result but the ip address i input seems to never get parsed to the query database/engine. the following is part of what i get. In total i get about 50 of info but its all the same info because of the ip addy. % Information related to '0.0.0.0 - 255.255.2...
by martpen69
Sat Dec 31, 2005 6:20 pm
Forum: Script Requests
Topic: Ripe
Replies: 8
Views: 13959

forgive my stupidness but is this a tcl script i can load into my egg. I wanted to do a !whois ipaddy and the bot respond with the ripe info.

Happy new year by the way :)
by martpen69
Sat Dec 31, 2005 3:30 pm
Forum: Script Requests
Topic: Ripe
Replies: 8
Views: 13959

Ripe

Was looking for a tcl that would perform a Ripe lookup on an ip address and show the info for that ip according to the ripe database.

http://www.ripe.net/whois

Thanks
by martpen69
Wed Oct 12, 2005 1:44 pm
Forum: Archive
Topic: /msg forward
Replies: 2
Views: 6891

Once again

Thank you

:D
by martpen69
Wed Oct 12, 2005 11:14 am
Forum: Archive
Topic: /msg forward
Replies: 2
Views: 6891

/msg forward

Hi was looking for a script which would forward any private msgs sent to the bot to the bot owner or master.

thanks
by martpen69
Sat Sep 24, 2005 9:28 am
Forum: Script Support & Releases
Topic: badvergline.v.69.tcl
Replies: 2
Views: 5853

badvergline.v.69.tcl

I am using this script on oper bot and my ircd uses cloaks but when the bot glines the bad version reply he bans the cloak mask and the user can reconnect. Im not sure why this happens but is there a way to change it to ban the ip address instead of the cloaked mask.

Thanks
by martpen69
Sat Sep 03, 2005 7:02 pm
Forum: Archive
Topic: ctcp reply to channel
Replies: 7
Views: 6017

wooohooo

Thank you very much its all good.

It didnt give no errors before no but i have changed my console settings so maybe thats why. But thanks for sticking with it.

Much appreciated

Thanks again

:D :D :D
by martpen69
Sat Sep 03, 2005 5:54 pm
Forum: Archive
Topic: ctcp reply to channel
Replies: 7
Views: 6017

ive put this code into a tcl called r.tcl and loaded it ive added the line at the end just to make sure it loads. set relaychan #info bind join - ask:version bind ctcr - VERSION relay:vreply proc ask:version {nick uhost hand chan} { puthelp "privmsg $nick :\001VERSION\001" } proc relay:vre...
by martpen69
Fri Sep 02, 2005 12:20 pm
Forum: Archive
Topic: ctcp reply to channel
Replies: 7
Views: 6017

thanks for the code i have not been able to get it to run though. the egg says its loaded but it wont send a version request or report to channel.

thanks
by martpen69
Mon Aug 29, 2005 3:13 pm
Forum: Archive
Topic: ctcp reply to channel
Replies: 7
Views: 6017

ctcp reply to channel

Was looking for a script that would request ctcp version from users joining my net (on oper bot) and putting the results into a channel. To later use in my stats program.

Thanks :D