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.

Version Script not working

Old posts that have not been replied to for several years.
Locked
D
Del^

Version Script not working

Post by Del^ »

Hi there

I downloaded this script from http://www.saunalahti.fi/~rthjelt/eggdr ... rsions.tcl - it is supposed to do a /ctcp version command when someone joins the channel and punish them if the reply is a specified script.

I've installed it and it loads ok without errors, then when someone with the specified script joins the room it even does the version command but just doesn't punish them (its supposed to kick and notice them). I know the version command is 2 lines (with the 1st always being mIRC script) but the script I am trying to prevent from entering the room is on the second line of the reply. The script that I am trying to ban gives this reply:

[randomnick VERSION reply]: mIRC32 v5.91 K.Mardam-Bey
[randomnick ZINOZ reply]: Automatic FServe Downloader 2.03 - http://www.zinoz.cjb.net

Any ideas why this script just isn't working?

Thanks

Del^
D
Del^

Post by Del^ »

correction - the script DOES read the second line of the 'VERSION' reply but doesn't read the ZINOZ reply - is there a simple change that can be done?

Thanks

Del^
d
dotcomUNDERGROUND

Version Script

Post by dotcomUNDERGROUND »

m not sure... but this might work

add..
bind ctcr - ZINOZ ctcr:nv_ctcp
after the line
bind ctcr - VERSION ctcr:nv_ctcp


pls read the enclosed tcl-commands.doc
that should help you
D
Del^

Post by Del^ »

Thanks for the reply - although no joy :cry: - it is still not reading from the ZINOZ reply line - I don't know what to do :(

Del^
Locked