Jethro commented on a Page, Oper Managment Script  -  Jul 26, 2010

This:> if ($1 && $2 && $3 && $4) {
if (. isin $1-) { echo -a Network name should not be in the format or irc.ircnetwork.com. It should be in the format of the network name, e.g. JangoIRC }Can be shortened a bit to:

if ($1-4) && (. isin $1-) { echo -a Network name should not be in the format or irc.ircnetwork.com. It should be in the format of the network name, e.g. JangoIRC }

But I don't see why the check for $1 to $4 is needed. The else halt serves no purpose.

 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.