ovelayer

ovelayer

Joined
Nov 19, 2005

Activity Stream

ovelayer commented on a Page, Weather script for mIRC  -  Apr 05, 2019

https://www.apixu.com/api.aspx

provides a free api..
wondering if you could use this?

ovelayer commented on a Page, Hotlink Query  -  Mar 06, 2019

if i click an ip .. it gives me the ip inside of square brackets ie [123.23.23.123]
I want to be to able to echo "just " the ip firstly
try:

on *:hotlink:*:@connecting: { //echo -a $remove($+($strip($1)),$chr(91),$chr(93)) }

to create a ban type..find which $ targets the nick..like $4

on *:hotlink:*:@connecting: { //echo -a bannning $address($4,2) }

or if you have oper

on *:hotlink:*:@connecting: { //echo -a gline $+(*,$chr(64),$remove($+($strip($1)),$chr(91),$chr(93))) 1d because i can. }
ovelayer commented on a Page, Weather script for mIRC  -  Mar 06, 2019

Wunderground seems to have removed the free api's again..stopped working

 Respond  
ovelayer commented on a Page, Youtube Script (Parse Vids and Search) v6.5  -  Jan 07, 2019

could you..would you...consider doin a !google search..
most are non-working and i dont want to use a module to use a script..
your's are allways great and stand-alone!
=)

ovelayer commented on a Page, Nick Change Kicker  -  Nov 02, 2018

there are quite a few posted
try the search function
http://hawkee.com/search/nick+flood/
enjoy

 Respond  
ovelayer commented on a Page, A simple IP to Country  -  Oct 18, 2018

seems to have stopped working

ovelayer commented on a Page, RAW Code  -  Oct 11, 2018

if your just checking if a nick is registered or not or the status of identification i would use /ns status
then you can use notice events instead of raws.and collecting a bunch of unnecessary information

 Respond  
ovelayer commented on a Page, mINFO - System info  -  Aug 04, 2018

link to download dll no longer works

 Respond  
ovelayer commented on a Page, Weather script for mIRC  -  Jul 31, 2018

was wondering if there was a way to make it so when you do !weather/!forecast . if there are any alerts it will display "2 alerts"
only way now to know if there are alerts is !alerts

 Respond  
ovelayer commented on a Page, TVMaze-Search  -  Jun 22, 2018

i like your module..however..is there anyway to make the colors changeable? you hardcode in the colors and sometimes...wow..lol
would be a nice feature..
keep up the good work

also showtimes are a good idea to add.
i use this as a layout..
(Fri 3:12 pm)- &Brains Westworld (US/HBO) - Sunday @ 9:00pm EST - (Running)
(Fri 3:12 pm)- &Brains www.tvmaze.com/shows/1371/westworld
(Fri 3:12 pm)- &Brains Last Episode: Jun/17/2018 S02E09 "Vanishing Point"
(Fri 3:12 pm)- &Brains Next Episode: Jun/24/2018 S02E10 "The Passenger" - Airing in: 2days 2hrs 48mins

ovelayer commented on a Page, PreDB.org mIRC Announcer v0.5  -  Mar 07, 2018

stopped working

ovelayer commented on a Page, mIRC - Modified Nicklist - Sorted By Idle and Colored  -  Feb 02, 2018

Prolcons lol you still gonna do an update to this?

 Respond  
ovelayer commented on a Page, My script.  -  Jan 31, 2018

cool looks decent nice use of dcx maybe a dcc/network bandwith useage bar/graph with current useage would make a nice addition

 Respond  
ovelayer commented on a Page, My script.  -  Jan 22, 2018

was there supposed to be an attachment?

ovelayer commented on a Page, Nick tracking Script help  -  Jan 04, 2018

change

on :JOIN:#: {
if ($hget(trackusers,$address($nick,2))) {
var %n = $ifmatch
if ($istok(%n,$nick,32)) { var %d = $deltok(%n,$findtok(%n,$nick,1,32),32) }
else { var %d = %n }
if (!%d) { return }
msg # $nick has entered $chan and been seen before with the nickname $+ $iif($numtok(%d,32) > 1,s:,:) %d
;this is the original line but changed it with the one above to be larger font with color
; echo $colour(info) -ti2 $chan $nick has also used the nickname $+ $iif($numtok(%d,32) > 1,s:,:) %d
if (!$istok(%n,$nick,32)) {
hadd trackusers $address($nick,2) %n $nick
}
}
else {
hadd trackusers $address($nick,2) $nick
}
}

to

on :JOIN:#: {
if ($hget(trackusers,$address($nick,2))) {
var %n = $ifmatch
if ($istok(%n,$nick,32)) { var %d = $deltok(%n,$findtok(%n,$nick,1,32),32) }
else { var %d = %n }
if (!%d) { return }
echo -t # $nick has entered $chan and been seen before with the nickname $+ $iif($numtok(%d,32) > 1,s:,:) %d
;this is the original line but changed it with the one above to be larger font with color
; echo $colour(info) -ti2 $chan $nick has also used the nickname $+ $iif($numtok(%d,32) > 1,s:,:) %d
if (!$istok(%n,$nick,32)) {
hadd trackusers $address($nick,2) %n $nick
}
}
else {
hadd trackusers $address($nick,2) $nick
}
}

looking through the code you provided the fix was allready there but was excluded?
;this is the original line but changed it with the one above to be larger font with color
; echo $colour(info) -ti2 $chan $nick has also used the nickname $+ $iif($numtok(%d,32) > 1,s:,:) %d
this would have it echo to the correct chan and not your active window...

ovelayer commented on a Page, WESTOR Module Manager  -  Nov 06, 2017

with the update to 4.3 it does not show any modules in the list...when i manually download and install them they do not show up in the manager and they do not work..i have the script loaded from the mirc/scripts/wmm its is running on windows xp

ovelayer commented on a Page, Advanced Google Bot Search  -  Jun 11, 2017

can anyone get this script working again?
was the best google script out..
would be greatly appreciated

 Respond  
ovelayer commented on a Page, Horoscope-Search  -  May 10, 2017

doesn't seeem to work anymore just returns the same result over and over.. =(

ovelayer commented on a Page, PreDB.org mIRC Announcer v0.5  -  Apr 15, 2017

hey OrFeAsGr awsome script!
was wondering if you could add acouple things??
a command of !pre that will display 20 of the most recent pre's
and !nuked which witll display 20 of the most recent nuked releases
this would be a very good addition to this script
thanks for you hard work and staying involved!!

edit:
i guess predb doesnt show a nuked release but the other command would still be good.
;)

ovelayer commented on a Page, mIRC - Modified Nicklist - Sorted By Idle and Colored  -  Jul 25, 2016

what's the latest word?

 Respond  
ovelayer commented on a Page, Youtube url detector for mIRC  -  Jul 21, 2016

Use the one illhawkthat made its the best one. This one has been broke for sometime and i believe fordlawnmower has quit updating his scripts

 Respond  
ovelayer commented on a Page, New FML snippet  -  Jun 19, 2016

awsome job love the fml!

 Respond  
ovelayer commented on a Page, WESTOR Module Manager  -  Jun 11, 2016

really like the idea..however when i try to install a module i get a fatal error Code: 007

ovelayer commented on a Page, Pastebin mIRC Pastes Announcer v0.1  -  Jun 05, 2016

very nice..
would be nice if it posted a shortlink to the webpage.
but nice work

ovelayer commented on a Page, TrivScript 4.8 (Updated)  -  Jan 21, 2016

Awsome thank you for the update!

 Respond  
ovelayer commented on a Page, Weather script for mIRC  -  Dec 24, 2015

eqrunner
is there a way to change it so that when you use the forecast and !forecast5 it shows the city and state instead of zipcode? like it does when you do !weather
?
would be cool
thanks for your amazing script

ovelayer commented on a Page, TrivScript 4.8 (Updated)  -  Dec 04, 2015

it needs a questions.txt file where can we get that?

ovelayer commented on a Page, [mIRC] !botrestart command.  -  Dec 04, 2015

This is more of a reconnect to server..not a restart of the bot

 Respond  
ovelayer commented on a Page, Weather script for mIRC  -  Oct 16, 2015

keep getting this error now..

(Fri 8:35pm) BOTABUSE Unknown command

i see it on line 66 in your script as
alias wunderground {
botabuse
unset %wu_*

but i find no alias for it?

ovelayer commented on a Page, Youtube Script (Parse Vids and Search) v6.5  -  Oct 13, 2015

one thing i noted is that this script creates and leave's a bunch of var's...
anyway to clean those once the script is done msgin the output?

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.