Well SassIRC shut down along time ago, but I have recently sold the domain to someone that willo start it back up again. If I was to choose it would have to be a web app tho, I only use phones for txt and calls so I don't have anything that can get onto the net lmao.
sorry cheiron, it seems my unrealircd wont load anymore...
however by looking at the code, i only see one timer starting when the button is clicked, so i am sorry to say...
i am unsure of why its starting two...
inc %rnick [ $+ [ $1 ] ] 1
keeps track of how many reports are made by each person...
set %report [ $+ [ $+($1,%rnick) ] ]
has insufficent set parameters, but i believe was supposed to keep track of each reported report...
instead of using an ini like
[report]
punktured1=hi
punktured2=bye
etc
maybe a topic for each nick would be better... then you can use $ini to retireve the total number instead of a var...
plus have all reports stored correctly as you already do...
you told Dani_l11 to read the whole code...
but i still fail to see where you reference %report [ $+ [ $+($1,%rnick) ] ]
again after "setting" it...
thanks guys...
i dont use irc anymore...
but, if you have any problems let me know...
i have unreal and anope on my local pc, and will do my best to fix anything up...
reinventing the mirc scripting language...
i like...
its obvious you have alot of knowledge regarding mircs scripting language jaytea,
have you done, or plan on doing some in depth tutorials or write ups on it?
while i can understand both sides of the argument, it has been noted in previous description of this script, that AmytiX was not the author of 100% of this script...
so i dont think "ripper" could justifiably be applied here...
especially considering AmytiX does not state that they made this script from scratch all by themselves...
as for the name of the script...
thats noones business but Scotts to comment on...
as for napalms profile picture...
it looks like cotton candy, and i wanna take a bite...
i would have to agree with p0d, a theme system would be preferable...
you could them add as many themes as you like to the script...
renaming the script, would be a personal choice, and would be best...
or at least add "unofficial" to the title of the script...
keep as many "credits" in as possible, maybe even making a dialog stating credits and links to each singular snippet you have used...
i am sure the authors would be appreciative of that...
either way, i have not tested it, and dont plan to...
but to compile a group of snippets and have no clashes, takes time and if your enjoying it...
keep going...
as you have "last seen", a user could join a channel and stay for days on end...
adding a part event and maybe even a quit event, would give a more accurate "last seen" time...
you could also use $prop and use one alias...
this is a quick example, untested...
Code
PuNkTuReDcommented on mIRC Snippet: Karma
-
Jul 02, 2011
untested...
try this...
Code
i also made it so that !blacklist can only be used by channel ops...
ok try the above code again...
im just using FordLawnmower's original code, but placing it into a text event, so when he sees these comments i am sure he will make a better way for you to achieve these same results...
Bring the bot online, into a channel you own.
First we add you as bot owner,
type this in your BOTS mIRC: /addowner YOUR_NICK
Now we add you as the channel owner,
type this in YOUR mIRC: ?addowner YOUR_NICK
Now in the channel, type: ?commands
You will see all the commands that you are allowed to use.
To make a bot auto-join a server, type: ?server add SERVER-LINK
To remove that server from the autojoin, type: ?server del SERVER-LINK
Then you add channels for it to join.
Regarding the op stuff, and this is important.
Your bot is to run as channel owner status if you want it to run properly.
You then only add Op/Hop/Vop into the bot when those nicks are on the channels official ChanServ lists.
It's not a bot that maintains it's own user status's like other bots do,
this one is to protect the structure of the ChanServ lists.
Basically, so your Ops do not have DeOp wars and stuff.
I hope that helps some.