mIRC Home    About    Download    Register    News    Help

Print Thread
Page 1 of 2 1 2
#149437 18/05/06 08:20 PM
Joined: May 2006
Posts: 12
D
Pikka bird
OP Offline
Pikka bird
D
Joined: May 2006
Posts: 12
Does anyone know a script for mIRC to act like a IRC service like making it's own server and can use svsmode and stuff.

#149438 18/05/06 08:56 PM
Joined: Nov 2004
Posts: 842
Hoopy frood
Offline
Hoopy frood
Joined: Nov 2004
Posts: 842
I'm working on a project like this already, its only bircd compatable atm ... over 500 lines and not even 5% complete. *sighs*

Quote:

[12:48:01] * Now talking in #Woodstock
[12:49:14] * Joins: X (ChanServ@services.woodstock.net)
[12:49:14] * services.woodstock.net sets mode: +o X

Last edited by Jigsy; 18/05/06 09:04 PM.

What do you do at the end of the world? Are you busy? Will you save us?
#149439 25/05/06 01:29 AM
Joined: May 2006
Posts: 12
D
Pikka bird
OP Offline
Pikka bird
D
Joined: May 2006
Posts: 12
well i just need the script to make the server. Can u give it to me?

Last edited by dydomite0; 25/05/06 01:29 AM.
#149440 25/05/06 01:36 PM
Joined: Nov 2004
Posts: 842
Hoopy frood
Offline
Hoopy frood
Joined: Nov 2004
Posts: 842
What kind of IRCd is it? ircu or Unreal?


What do you do at the end of the world? Are you busy? Will you save us?
#149441 25/05/06 10:00 PM
Joined: May 2006
Posts: 12
D
Pikka bird
OP Offline
Pikka bird
D
Joined: May 2006
Posts: 12
Unreal3.2.4

#149442 25/05/06 10:11 PM
Joined: Nov 2004
Posts: 842
Hoopy frood
Offline
Hoopy frood
Joined: Nov 2004
Posts: 842
O'er ...

I only know the ircu P10 protocol I'm afraid. :S

I hate Unreal IRCd.

Last edited by Jigsy; 25/05/06 10:11 PM.

What do you do at the end of the world? Are you busy? Will you save us?
#149443 25/05/06 10:21 PM
Joined: May 2006
Posts: 12
D
Pikka bird
OP Offline
Pikka bird
D
Joined: May 2006
Posts: 12
well i can try editing. Can u give me it still?

#149444 25/05/06 10:56 PM
Joined: Nov 2004
Posts: 842
Hoopy frood
Offline
Hoopy frood
Joined: Nov 2004
Posts: 842
Wait, I have something someone gave me that sort of gave me the idea to work on what im working on now. Its not really 'started' but it does create the server (badly).

I'll write a small script for you ... I'm afraid I can't guarantee it'll work since I'm not well versed on the Unreal IRCd protocol. (/me prefers ircu)

Ok ... I've kind of given up on getting my helpers to test it.

Link is as follows.

uServer

Last edited by Jigsy; 26/05/06 12:49 AM.
#149445 26/05/06 01:13 AM
Joined: May 2006
Posts: 12
D
Pikka bird
OP Offline
Pikka bird
D
Joined: May 2006
Posts: 12
k

Last edited by dydomite0; 26/05/06 01:31 AM.
#149446 26/05/06 01:25 AM
Joined: Nov 2004
Posts: 842
Hoopy frood
Offline
Hoopy frood
Joined: Nov 2004
Posts: 842
I've replaced the entire script.

Also, you need to edit the config first, then /load_cfg then type /uServer.


If you have any more problems then post them here, I'm off to bed because I've got college.

Last edited by Jigsy; 26/05/06 01:27 AM.

What do you do at the end of the world? Are you busy? Will you save us?
#149447 26/05/06 01:31 AM
Joined: May 2006
Posts: 12
D
Pikka bird
OP Offline
Pikka bird
D
Joined: May 2006
Posts: 12
fixed but how do i set mode +r

#149448 26/05/06 01:03 PM
Joined: Nov 2004
Posts: 842
Hoopy frood
Offline
Hoopy frood
Joined: Nov 2004
Posts: 842
How do you mean?


What do you do at the end of the world? Are you busy? Will you save us?
#149449 26/05/06 08:22 PM
Joined: May 2006
Posts: 12
D
Pikka bird
OP Offline
Pikka bird
D
Joined: May 2006
Posts: 12
like getting service permissions and i will be able to register nicks and use svsmode

#149450 26/05/06 08:37 PM
Joined: Nov 2004
Posts: 842
Hoopy frood
Offline
Hoopy frood
Joined: Nov 2004
Posts: 842
I don't know ... like I said. I don't know Unreal IRCd Protocol.


What do you do at the end of the world? Are you busy? Will you save us?
#149451 26/05/06 08:47 PM
Joined: May 2006
Posts: 12
D
Pikka bird
OP Offline
Pikka bird
D
Joined: May 2006
Posts: 12
well wats the mode for being a registered nick using ircu? mine is +r so i want to set +r
Like I want to go onto the server mIRC made and set modes using it

#149452 26/05/06 09:11 PM
Joined: Nov 2004
Posts: 842
Hoopy frood
Offline
Hoopy frood
Joined: Nov 2004
Posts: 842
+r is for registered accounts on ircu, however this mode is set as hidden.

I'm not sure if Unreal IRCd supports numerics ...

/sockwrite -nt uServer <server name> MODE <nick> :+r

Try that.


What do you do at the end of the world? Are you busy? Will you save us?
#149453 26/05/06 09:36 PM
Joined: May 2006
Posts: 12
D
Pikka bird
OP Offline
Pikka bird
D
Joined: May 2006
Posts: 12
so should the server name be in config? link name? name of my server or name of mIRC server?

i tryed all but didn't work.

#149454 26/05/06 10:09 PM
Joined: Nov 2004
Posts: 842
Hoopy frood
Offline
Hoopy frood
Joined: Nov 2004
Posts: 842
/sockwrite -nt uServer <server name in the config> MODE <nick> :+r

or /sockwrite -nt uServer :<server name in config> MODE <nick> :+r

Try both.

Last edited by Jigsy; 26/05/06 10:09 PM.

What do you do at the end of the world? Are you busy? Will you save us?
#149455 26/05/06 10:37 PM
Joined: May 2006
Posts: 12
D
Pikka bird
OP Offline
Pikka bird
D
Joined: May 2006
Posts: 12
dosen't work. I'll try running ircu and can u give me the ircu protacal?

Last edited by dydomite0; 26/05/06 10:37 PM.
#149456 26/05/06 11:19 PM
Joined: Nov 2004
Posts: 842
Hoopy frood
Offline
Hoopy frood
Joined: Nov 2004
Posts: 842


What do you do at the end of the world? Are you busy? Will you save us?
Page 1 of 2 1 2

Link Copied to Clipboard