Hari_Seldon commented on a Page, Weather script for mIRC  -  Jul 01, 2012

i tried changing the

on $*:INPUT:#: {
if ($regex($1,/^!/Si)) wunderground $1-
}

on $:text:/^!/Si:#: {
wunderground $1-
}on $
:INPUT:#: {
if ($regex($1,/^!/Si)) wunderground $1-
}

on $*:text:/^!/Si:#: {
wunderground $1-
}

to

on $*:INPUT:#: {
if ($regex($1,/^@/Si)) wunderground $1-
}

on $*:text:/^@/Si:#: {
wunderground $1-
}

but it did not work with @ or ! then

 Respond  
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.