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.

Plz Help chanserv problem.....

Old posts that have not been replied to for several years.
Locked
A
Atomic
Voice
Posts: 25
Joined: Thu Jun 24, 2004 9:19 pm

Plz Help chanserv problem.....

Post by Atomic »

ok so im running unreal 3.2fix with lakeserv 6.0 services and windrop on win xp pro successfully configured all the files (took 2 days lol to learn it never used anything like that before was easy really once i got the hang of it.....)

my eggie runs fine connects to my server and sits in the channels i tell it to sit in using .+chan #channame flood protection everything is all configured.......

first

i am running a few tcl's to auto ident to nickserv and bseen (works great)
i auto op the eggie using aop in my channels

ok now my problem channel modes.....
i get my eggie to change channel modes while op'ed with .chanset #channame chanmode +i it changes it fine but then chanserv changes it back to +ntr then my bot changes it to +i and so on its a raging battle until i chanmode -i

i have registered channels with my eggie so he is founder but still the same thing happens (stupid idea lol but i thought it was worth a go)

how can i stop it doing this? i have added services +f with an obscure password i have +nodesynch and -nodesynch same thing happens

any help on this would be appriciated....
as i am completely stuck.......

second
is there anyway to get the bot to auto enter newly created channels by default so it occupies every channel on the server and gets op's.

third
how can i run normal irc commands through the bot like the /oper name password command i cant seem to find any referrance to this anywhere
cause i have an oper statement in my unreal.conf for my bot but cant activate it lol to make the bot global op

ok so thats about it....
i hope someone on here has some answer for my questions..
thank you for the eggdrop....its great.....

Atomic
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Remove the enforced -i via mlock
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
A
Atomic
Voice
Posts: 25
Joined: Thu Jun 24, 2004 9:19 pm

Excellent....

Post by Atomic »

great news that worked perfectly.... turning mlock off with /msg chanserv set #roomname mlock off lets the eggie change any channels modes with out fighting.....thank you very much Alchera......

ok anyone any idea's about my other questions

Atomic
User avatar
]Kami[
Owner
Posts: 590
Joined: Thu Jul 24, 2003 2:59 pm
Location: Slovenia
Contact:

Post by ]Kami[ »

This is answer for third question.You can do simple commands (making eggdrop oper etc) like this:

Code: Select all

bind evnt - init-server login:oper 

proc login:oper init-server { 
  putquick "OPER <nick> <pass>" 
} 
Where is nick, put your oper nick and where is pass, put your oper pass (without > & >).Bot will become oper on every connect.This script 'starts' iteself when bot is connected to server.
A
Atomic
Voice
Posts: 25
Joined: Thu Jun 24, 2004 9:19 pm

excellent but....

Post by Atomic »

Thank you...... but ermmm where would i place this code?

guess it really show's im a noob lol

:lol:

Atomic
User avatar
]Kami[
Owner
Posts: 590
Joined: Thu Jul 24, 2003 2:59 pm
Location: Slovenia
Contact:

Post by ]Kami[ »

Np,

Copy it in notepad and save it as .tcl .Then copy .tcl file to your scripts folder in eggdrop.After that add line source scripts/howisavedit.tcl in your conf and do .rehash :P
A
Atomic
Voice
Posts: 25
Joined: Thu Jun 24, 2004 9:19 pm

again thank you.... :) did that but...

Post by Atomic »

i know im a real pain in the a**e but ummm how would i check if this has worked how can i op the bot in a room that doesnt belong to me and i have no aop status i can aop myself in any channel cause im netadmin, global op but im struggling to find correct "command" for the bot from the partyline if indeed thats where i do it from

i can ofcourse enter any channel op myself +chan on the bot then when it enters op it but that seems a silly way to do it i would much rather like to +chan on the bot then make it op its self from the party line so i dont have to enter the room.....

is this possible i owuld think it would be.....

again thank you for your time and patiance with me :)
that other code you gave me seemed to have worked
it didnt generate any errors i added 2 lines to it
so when i log into the party line it tells me that the script has loaded :)

lastly.... how to stop my eggie resetting chanmodes when it enters a channel ie if for some reason it gets disconnected or i restart it :) and how can i get my eggie to remember chanmodes that i set so next time it enters that channel it restores the modes i set on them?

how would i get rid of the tiddle ~ from my name i want the @ back lol


thats it i think lol thank you again for your help
Locked