Savage_CL commented on a Page, Uno helper  -  Aug 06, 2011

MoshMage. The best way to do settings (in my opinion) is with an ini file or aliases. Or aliases that read an ini file. Something like this:

on *:LOAD:{
writeini unosettings.ini settings botnick $input(What's the bot's nick?,eo,unogamer)
noop $input(Done!,o,unogamer)
}
alias uno {
if ($1 == nick) return $readini(unosettings.ini,settings,botnick)
elseif ($1 == channel) return...
else return $false
}

You would call the data with $uno(nick)

 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.