script for irc

These are old archives. They are kept for historic purposes only.
Post Reply
JuVeNiLe
Posts: 5
Joined: Mon Sep 13, 2004 11:01 am
Contact:

script for irc

Post 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?
jailmann
Posts: 81
Joined: Wed Apr 28, 2004 9:51 am

Post by jailmann »

Hello

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

like this

ServicesRoot "JuVeNiLe"
Ron2K

Post 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?
JuVeNiLe
Posts: 5
Joined: Mon Sep 13, 2004 11:01 am
Contact:

Post by JuVeNiLe »

ok i have :D
but i search a irc script with right click and all commands etc are there..:D
Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post 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
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post 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.
Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post 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
Post Reply