Hari_Seldon

Hari_Seldon

Joined:
Jul 01, 2012

Activity Stream

Hari_Seldon commented on a Snippet, Weather script for mIRC  -  Jul 02, 2012
nvm got it to work was a lot of ! to replace though
 Respond  
Hari_Seldon commented on a Snippet, Weather script for mIRC  -  Jul 01, 2012
i tried changing the

on $*:INPUT:#: {
if ($regex($1,/^[!](w|weather|forecast|forecast5|alert|alerts|alertinfo|alertsinfo|time|current)/Si)) wunderground $1-
}

on $*:text:/^[!](w|weather|forecast|forecast5|alert|alerts|alertinfo|alertsinfo|time|current)/Si:#: {
wunderground $1-
}on $*:INPUT:#: {
if ($regex($1,/^[!](w|weather|forecast|forecast5|alert|alerts|alertinfo|alertsinfo|time|current)/Si)) wunderground $1-
}

on $*:text:/^[!](w|weather|forecast|forecast5|alert|alerts|alertinfo|alertsinfo|time|current)/Si:#: {
wunderground $1-
}

to

on $*:INPUT:#: {
if ($regex($1,/^[@](w|weather|forecast|forecast5|alert|alerts|alertinfo|alertsinfo|time|current)/Si)) wunderground $1-
}

on $*:text:/^[@](w|weather|forecast|forecast5|alert|alerts|alertinfo|alertsinfo|time|current)/Si:#: {
wunderground $1-
}

but it did not work with @ or ! then
 Respond  
Hari_Seldon commented on a Snippet, Weather script for mIRC  -  Jul 01, 2012
I know this may seem like a stupid question but how can i change it to follow a trigger @ instead of !
 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.