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.

Make Eggdrop Oper On Inspircd

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
l
lolwutxd
Voice
Posts: 3
Joined: Mon Apr 05, 2010 2:33 am

Make Eggdrop Oper On Inspircd

Post by lolwutxd »

Hello there,

I've switched from Unreal To Inspircd today and need some help I have the following code

bind evnt - init-server evnt:init_server
proc evnt:init_server {type} {
global botnick
putquick "MODE $botnick +ixT"
putquick "privmsg irc oper user pass"
}

But that no longer works since the move to inspircd, any ideas how i can make it work?
r
raider2k
Op
Posts: 140
Joined: Tue Jan 01, 2008 10:42 am

Post by raider2k »

by doing it like on every other network since inspircd uses the same sytax

Code: Select all

putserv "oper $nick $pass"
Post Reply