Well, I tried downloading a kick script + counter for Xchat earlier.. (http://xchat.org/cgi-bin/search.pl?str=kick&cat=0&Submit=Search <--First one)
And whenever I try to test it out it shows this:* Error in command callback Modification of non-creatable array value attempted, subscript -1 at (eval 6) line 56.
There is also this, which it said I had to edit:*
#!/usr/bin/perl
package CTCP;
#This is my little kickmessage-writing script.
#Please read the README!
#This is the line which you need for your file containing the kickmessages.
#The text between the quotation marks should be the path of your file:
$path="/Applications/X-Chat Aqua/Plugins/Kickscript1.5.3";
#If you want to disable the kickban command of this script, write "0" instead of "1" in the next line:
$kickban=1;
I know I've probably done something wrong here, and m knowledge of perl/scripting in general isn't very great. So any help would be appreciated.*
Thanks
(All I want pretty much is a kickcounter, and it do be able to read random kick messages)
And whenever I try to test it out it shows this:* Error in command callback Modification of non-creatable array value attempted, subscript -1 at (eval 6) line 56.
There is also this, which it said I had to edit:*
#!/usr/bin/perl
package CTCP;
#This is my little kickmessage-writing script.
#Please read the README!
#This is the line which you need for your file containing the kickmessages.
#The text between the quotation marks should be the path of your file:
$path="/Applications/X-Chat Aqua/Plugins/Kickscript1.5.3";
#If you want to disable the kickban command of this script, write "0" instead of "1" in the next line:
$kickban=1;
I know I've probably done something wrong here, and m knowledge of perl/scripting in general isn't very great. So any help would be appreciated.*
Thanks
(All I want pretty much is a kickcounter, and it do be able to read random kick messages)