Page 1 of 1

script for irc

Posted: Mon Sep 13, 2004 11:09 am
by JuVeNiLe
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?

Posted: Mon Sep 13, 2004 11:19 am
by jailmann
Hello

Super Admin that do you have to set in you Services Conf

like this

ServicesRoot "JuVeNiLe"

Posted: Mon Sep 13, 2004 11:20 am
by Ron2K
  1. 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.
  2. You have the services admin oper flag?

Posted: Mon Sep 13, 2004 11:52 am
by JuVeNiLe
ok i have :D
but i search a irc script with right click and all commands etc are there..:D

Posted: Mon Sep 13, 2004 2:46 pm
by Solutech
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 .

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
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 :D

Posted: Mon Sep 13, 2004 4:24 pm
by AngryWolf
The only problem with that I can see is, not every users have the same IRC client software, and not all clients support scripting.

Posted: Mon Sep 13, 2004 6:20 pm
by Solutech
Tis true not everyone uses the same clients but if he's using mirc then alls well if not deffo dont try using those codes lol :D