I've not seen any scripts that fill this need, so here is my own.
Purpose:
This scripts allows users to set the PISG user options: nick, aliases, pic, bigpic, sex and link. I made this script because using a server-side cgi script to allow users to edit their info was not an option. I figure I'm not the only one who generates a pisg stats page on a local machine, then uploads it to a remote website. My bot runs on the same machine that I run the pisg script from, so this is an easier way for me to allow the bot's users to edit their pisg config. This script keeps track of users pisg options by means of a seperate file that must be included from the pisg.cfg (see below.) It also saves data in the bot's userfile XTRA fields to simplify some comparisons and data retrievals.
You could set your hostmask to be like: nick!username@*.isp.com or whatever.. And yes you type the .help commands in the partyline.
It's the same info that is available from the links I posted above.
Is there any way to making this script work in a way that wouldt allow me to specify a few admins to enter details for other users, since i want to use it to make my task of keeping data in the stats current a lot easier easier.
I wouldt then specify a custom flag like P on the users allowed to edit other members details, so i dont have to edit all members my self
I dont quit think you understand what i ment, i will try to make it a bit more clear.
I want to be able to add info for other users but if i do that now the script adds them as my user info
like this
[13:31:57] <Domin> .pisg add nick="Sierra" alias="Sierra^" sex="m"
[13:34:02] <Domin> .pisg show Sierra
[13:34:04] <MMradio17> PISG show Sierra: No such user.
[13:34:10] <Domin> .pisg show Domin
[13:34:13] <MMradio17> PISG show Domin: <user nick="Sierra" alias="Sierra^" sex="m" >
I hope this can make it a bit more clear what i ment
In that case, typing .pisg help would have given you the answer:
-Admin Commands:
.pisg show allxtra - Show all users pisgxtra data in bot's userfile.
.pisg show allcfg - Show all pisg user.cfg file data.
.pisg show <handle> - Show pisg options for <handle>
.pisg add <handle> <options> - Add <options> for user <handle>
.pisg remove <handle> - Remove XTRA and user.cfg data for <handle>
[end pisg help]
<handle> is the user's name as known in the bot. <options> are the same type and format as the options for .pisg add (also available in '.pisg help')
I read the help section, just dident understand it that way
What your saying is that the user im adding (the handel) needs to be a user in the bot ??
Im managing a channel with lots of regulare users that are not i the bot, and the shouldt not be, i just assumed that i couldt add them this way, but i guess not.
I just thought the script looked through the users.cfg for any existing matches, then eighter added info replaced or createde new info, that wouldt then get included in the next stats update
I guess i just did not understand the functionality of the script right then.