Comments

 (55) 
  1. Everything
  2. Snippets
  3. Images
Amiga600 commented on Comment: Automatic Identify To Services  -  Mar 11, 2013
Well I've never come across that personally, and using them inside IF statements, it doesnt seem to matter, But I will adjust the script accordingly.
Amiga600 commented on Comment: Happy Birthday Greeter  -  Feb 08, 2013
Did you load this into a separate file, eg. BirthdayGreet.mrc - If you dont, the ON JOIN event will not get triggered if you have other ON JOIN events where you pasted this script.
Amiga600 commented on Comment: Channel Control Dialog 2.3  -  Feb 04, 2013
Glad it's sorted :) - It's possible it might be conflicting with another script which you have loaded possibly, If you want to do some digging and find out how and where it conflicts, I maybe able to make adjustments to prevent it conflicting.
Amiga600 commented on Comment: Channel Control Dialog 2.3  -  Feb 04, 2013
it shouldnt be causing that error, Did you make sure you are loading it into a new remote, eg. "ChanControl.mrc" and loading it as a separate file?
Amiga600 commented on mIRC Snippet: Clock Idle Timer 1.6 with Auto-Away Feature  -  Dec 02, 2012
I only use 1 server in mIRC sadly, so I would not even know where to begin adding Multiple Server Support to this snippet, If anyone else pops by and knows how to modify it for multiple server, please drop me a line so I can update the script accordingly, Thanks in advance.
Amiga600 commented on mIRC Snippet: Clock Idle Timer 1.6 with Auto-Away Feature  -  Nov 30, 2012
Unfortunately I'm not sure how I can make this multiple-server :(
Amiga600 commented on mIRC Snippet: Clock Idle Timer 1.6 with Auto-Away Feature  -  Nov 25, 2012
@Scakk Sorry sir, I appologize, Corrected now.

@PrettyFull You can change the Clock Display by modifying this line:

Code

 

Change it to this, That is if you want the day,date+time

Code

 

If you don't want the full string, simply remove the part(s) you do not want, Example:
$time(ddd) weekday (Mon,Tue etc)
$time(dd mmm yyyy) date (eg. 25 Nov 2012)
$time(HH:nn:ss) time (eg. 14:42:13)

NOTE: If the script is running when you modify it, You may need to Reset it if it shows up weird.
(To Reset It: Status Tab, Right Click > Clock Idle Timer > Control > Reset)
Amiga600 commented on mIRC Snippet: Channel Statistics / Peak Counter 1.7b  -  Aug 23, 2012
Updated The Script to a newer release, Please comment below any issue(s) you find with it and/or comment(s), Thanks.
Amiga600 commented on Status: Amiga600  -  Jun 22, 2012
Fixed Forwarding of ServerNotices, They now goto a nice little tab http://www.hawkee.com/snippet/9499/
Please feel free to comment on this script, I'd love to know what you think of it :D
Amiga600 commented on Windows Snippet: AntiVirus Checker  -  Jun 20, 2012
I can confirm the code is working, But really, I can't see the point of a script, Could of just pointed people to the website concerned. Screenshot of Result: http://puu.sh/Cpn7
Amiga600 commented on mIRC Snippet: Taskbar Clock (Fully Customizable)  -  May 27, 2012
I know I got this code from someone quite a while ago, and loaded it into my mirc, sadly tho, the script I have did not give credit to anyone for it.

If it is yours (or a fork of yours, then I appologise)

Do you want me to remove this Scakk?
Amiga600 commented on mIRC Snippet: Channel Control Dialog 2.3  -  May 23, 2012
Thanks Dany for telling me about the issues too, if it wasnt for feedback, I would not have known about the problems, so I am grateful to you for pointing them out.
Amiga600 commented on mIRC Snippet: Channel Control and BlackList Dialog V1.2 [21-May-2012]  -  May 21, 2012
Recently updated the BlackList section, Please see script description for the changes.

Please feel free to comment below...
Amiga600 commented on Status: Amiga600  -  May 21, 2012
Updated my Channel Control Dialog again, Modified how the Blacklist Works, Please see script for further information, Thanks: http://www.hawkee.com/snippet/9499/
Amiga600 commented on Image: Paid for mIRC! (Over 240+ Comments!)  -  Mar 17, 2012
I thought I'd check into this a bit further, and I have found a mIRC crack that will allow you to put any name/key into mIRC and it will give the same result as shown in this picture, So its authenticity cannot be verified, Therefore I say its a FAKE.

GG to Aha2Y who fooled all the above posters !! - I am not so easily brainwashed!
Amiga600 commented on mIRC Snippet: mute  -  Dec 05, 2011
Actually the MuteBan's I know of are these:

UnrealIRCd: +b ~q:nick!ident@host
InspIRCd: +b m:nick!ident@host
Hyperion: +q nick!ident@host

and I have already written a script which works Cross-Network here: http://www.hawkee.com/snippet/7421/
Amiga600 commented on mIRC Snippet: Quicker Identify To NickServ [Updated 5/Mar/2012]  -  Nov 24, 2011
Thanks Punktured :P I never noticed that O.o
Amiga600 commented on mIRC Snippet: Quicker Identify To NickServ [Updated 5/Mar/2012]  -  Nov 23, 2011
It says above how you can make it identify for more than 1 nickname:

on *:connect: {
/echo -a Server: $server / Network: $network ; this shows you what server/network name is
if ($network = geekshed) /nsid [geekshed-nick] [geekshed-pass]
if ($network = newnet) /nsid [newnet-nick] [newnet-pass]
}

That above, would allow it to work on both the network called "geekshed" and the network called "newnet", To get the network name, when connected, simply type //echo $network then create a new line for that network followed by the /nsid command, so for instance if you typed //echo $network and it said IRC4 you'd add this line:

if ($network = IRC4) /nsid MyNickName MyPassword

and on each subsequent connection it would automatically ghost you (only if you pinged out) change your nickname to MyNickName and send MyPassword to the NickServ Service, thusly automatically identifying you.
Amiga600 commented on mIRC Snippet: Anti-Flood Script  -  Nov 21, 2011
This is fantastic, works like a dream, and stops flood very quick.
Amiga600 commented on mIRC Snippet: User Vote Kicker  -  Nov 13, 2011
Open mIRC Script Editor > Variables tab, if its still set in there, it will assume a vote is still taking place.

Delete any %vk... variables from that list, and that should correct it.
Amiga600 commented on mIRC Snippet: Detailed Whois  -  Jul 07, 2011
Updated again, This time added ISP+Location Information (NOTE: It might not be 100% accurate, as it's usually the location of the ISP and _NOT_ the user concerned)
Amiga600 commented on mIRC Snippet: Happy Birthday Greeter  -  Jun 01, 2011
Ah, I originally thought the "output", but yeah, it should now strip everything before adding to the file, and reading back from the file. Thanks for clarifying it Jethro
Amiga600 commented on mIRC Snippet: Happy Birthday Greeter  -  Jun 01, 2011
The script itself does not contain any colors, of course if you add color information to the Add command, i'd assume it will add the information to the file, as I don't check for or strip colors.
Amiga600 commented on mIRC Snippet: Twitter Stream  -  May 30, 2011
Thanks very much FordLawnmower for making this script, It's massively useful, along with the !tweet script you put up, to create a fully-functional Twitter Bot. Words cant comprehend how happy I am right now having full twitter functionality via IRC.
Amiga600 commented on mIRC Snippet: Extended ascii compatibility for mIRC 7  -  Apr 27, 2011
Great job ford, as always your scripts are great, of course it would be nice if Khaled fixed this mess to start with.
Amiga600 commented on mIRC Snippet: Twitter TweetBot  -  Mar 25, 2011
Ford plz can u check your PM's on Hawkee :) Cheers mate
Amiga600 commented on mIRC Snippet: Relay Script 1.0  -  Feb 13, 2011
Crikey, You make scripting look easy Jethro_

I edited the script slightly as well, to get a list of users on channel entry/leave/server quit and nickname changes, also this is stored in a %serv1user and %serv2user variables, which also adds a new !ul command which will then show serv1 users a list of users from serv2 and vice-versa.

ChiefDean is welcome to use my updated script if he wishes: http://pastebin.com/LPSjZb54
Amiga600 commented on mIRC Snippet: Relay Script 1.0  -  Feb 13, 2011
After further examination this script fails to pickup quit+name changes, as there is no channel information passed along with those modes, I have got them both working via the following code:

Code

 


Great Script ChiefDean, I've found it very useful :)
Amiga600 commented on mIRC Snippet: Quicker Identify To NickServ [Updated 5/Mar/2012]  -  Jan 24, 2011
Well really I made it as I find it quicker doing /nsid nick pass than doing all 3 commands, eg: /nickserv ghost nick pass; /nick nick; /nickserv identify pass

Alternatively, as you rightly say, you could use the "perform on connect" function per server to do this quite easily, but it's suprising how many do not use that feature, and then end up as "Unidentified" nicknames, which expire within a few minutes usually, thus resulting in channel flood.

Of course this was made for the above, as if you use multiple IRC networks, putting 1 line in: /nsid nick pass is easier than doing all 4 of the proper lines, the alias simply makes it easier to apply it to multiple server "on connect" boxes, as you only need to do /nsid nick pass and it will automatically do all 4 commands on every reconnection, thus, ghosting out your proper nickname, and automatically reidentifying to your proper name without any user intervention whatsoever.
Amiga600 commented on mIRC Snippet: Mute + NoNick Change Ban (Cross Network)  -  Dec 26, 2010
Updated today to include NoNick Change Bans, and optional devoice user first (this needs to be set YES in UnrealIRCd)
  1. 1
  2. 2
  3. Next
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.