jmcfarlane

Posts: 607 Replies: 0
September 05, 2006 @15:24 (Updated: June 15, 2007 @16:20) Same topic | Reply to this post This post is read only View this post by itself

How do you run basic irc commands with Unrealircd?

This should get you started (assuming your username/nic is "baruser"):

/server irc.foo.com
/join #foo

### switch back to irc.foo.com

# Make someone an irc operator:
/oper baruser *****

# Join a channel as an operator:
/join #foobar +o

# Op yourself
/mode #foo +o baruser

# Set the channel so only operators can set the topic
/mode #foo +t

# If you have eggdrop running, you can op yourself by doing:
/msg eggdrop-nic op ***** #channel

# Forcably disconnect a user
/kill nickname reason

# Connect to eggdrop for advanced stuff:
user# irssi
/server foohostname
/oper foouser *****
/msg eggdrop-nic hello
/msg eggdrop-nic *****
/dcc chat eggdrop-nic
# ctrl+n over to eggdrop and enter your password

# Handy things to tell Eggdrop
.chanset #foo flood-chan 200:60


John M.




irc
FCGI/WSGI
0.13.3
132.746935 ms