hi guys!
i am searching a addon for ircd with all commands for service and unrealircd when anyone have that please post it ;-D
and i have a second problem, i am login as irc operator but i cant login as super admin...why?
script for irc
-
Ron2K
- If you're looking for services, the recommended services for use with UnrealIRCd are Anope and IRCServices. If you're looking for aliases (eg /nickserv points to /msg NickServ), read the manual.
- You have the services admin oper flag?
Try writing the commands into a script . Ie make your own popups its not hard to do . I wrote a whole raft of them to deal with Magick IRC services . Took me a few hours but the coding is easy enough .
Those are an example to get you started . Dont just cut n paste my code as some of it may not work as this was coded specifically for magick .
Popups are easy to write check out the help file with mirc . That was how I figured it out
Code: Select all
menu status,menubar,query,nicklist,channel {
.[(Magick II IRC Services)]
..°Register Nickname°: /msg nickserv register $$?="Enter a Password"
..°Drop Nickname°: /msg nickserv drop $$?="Enter a Password"
..°Identify Me°: /msg nickserv identify $$?="Enter your password"
..°Identify to my room°: /msg chanserv identify $$?="Enter your #room name including #" $$?="Enter your #room password"
..°Ask staff for help°: /msg helpserv ask $$?="Enter your question. This question will be sent to all available help staff"
..°Help with Chanserv°: /msg chanserv help
..°Help with Nickserv°: /msg nickserv help
..°Help with Operserv°: /msg operserv help
..°Help with Memoserv°: /msg memoserv help
..°Help with Commserv°: /msg commserv help
..°Help with Helpserv°: /msg helpserv help
Popups are easy to write check out the help file with mirc . That was how I figured it out