Originally Posted By: GEFFO
1) the SOMENICK part. I guess it's for one nick. Can I add multiple nicks? If so, how?


Just copy/paste the command:

Code:
elseif ($1 == !mod) { msg $nick Requesting help from a mod. | msg SOMENICK1 $nick needs help. | msg SOMENICK2 $nick needs help. | msg SOMENICK3 $nick needs help. }


If you end up with a lot of moderators, it might help to store these in a hash file, and scan through that, and then check as well if they are only before blindly sending them text, but that's a little more advanced.

Quote:
2) The calculator - Can I increase the limits of calculations?


It does anything $calc() does. As said, it's recommended to replace/remove the $ and % characters, because otherwise other users would have access to your variables and routines.

If you want more than that, you'd have to script your own routine.


Learning something new every day.