eqrunner commented on a Page, Weather script for mIRC  -  May 23, 2012

@RicJames Looks like you have an extra 'IF' in that line.
Yours:

if (%wu_command == !weather) || (%wu_command == !current) || (%wu_command == !time) || if (%wu_command == !w) { 

Corrected:

if (%wu_command == !weather) || (%wu_command == !current) || (%wu_command == !time) || (%wu_command == !w) { 
 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.