This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.
For more information, see this announcement post . Click the X in the top right-corner of this box to dismiss this message.
Old posts that have not been replied to for several years.
Feanixxx
Voice
Posts: 23 Joined: Sun Jul 27, 2003 11:30 am
Post
by Feanixxx » Mon Jan 31, 2005 6:53 am
Hi All
I'm running several bots from a shell with OIdent on it and want each bot to have its own Ident.
I have used the TCL script: OIdent.tcl as recommeded in these forums.
However, when the bot with the script starts up, I get:
---
Tcl error [OI:Set]: can't read "ident": no such variable
Tcl error [OI:Unset]: couldn't execute "scripts/OIdent.sh": no such file or directory
---
I'm obviously missing a file "OIdent.sh" in my scripts dir but I've scoured the internet and cannot find it.
Can anyone help me with this?
Thanks a lot
Ofloo
Owner
Posts: 953 Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:
Post
by Ofloo » Mon Jan 31, 2005 7:00 am
you don't need an script to have a own ident for each script
in oidents config you need to be able to choose any ident as the user that you are running your bots from if your allowed to do this then you can choose any ident you like other wize the ident server will appoint you one ! prob your uid
so basicly when your allowed you can set any ident you like from the eggdrops config file !
XplaiN but think of me as stupid
Feanixxx
Voice
Posts: 23 Joined: Sun Jul 27, 2003 11:30 am
Post
by Feanixxx » Mon Jan 31, 2005 7:12 am
Thank you for that, I'll experiment further.
OIdent is new to me, does anyone know of an online guide or pdf file so I can learn more??
Ofloo
Owner
Posts: 953 Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:
Post
by Ofloo » Mon Jan 31, 2005 7:38 am
just add this to the config for the user and he will be able to do what ever.
Code: Select all
user ofloo {
default {
allow spoof
allow spoof_all
}
}
XplaiN but think of me as stupid