Star Fury mIRC
IRC Commands
mIRC Scripting
Home
VR Networks
 
User Modes
Currently this tutorial is very early in development stages, i've decided to publish it now and to keep adding to it so check back for changes
V 0.1


User modes are different modes that can be set to a user, some are per user some are per user per channel (like Ops Hops Voices)
per user commands are preformed by typing

The revserse of each of the following commands are the same command only using a minus sign instead of the addition sign

this example ops user in #channel
/mode #channel +o user

For our examples we will be using #channel for our channel name and user for the user we want to set a mode on

+o
Gives User Op - Operator status on a channel gives him full access for normal channel administrator duties (note this doesn't give the user any chanserv access if this is on the server
Availiable commands
  • Assign Ops
  • Assign Hops
  • Assign Voices
  • Ban Users
  • Unban users
  • Set Channel modes

mode #channel +o user


+h
Gives User half Op (a.k.a Hop) - half Operator status on a channel gives him partial access to channel commands (note this doesn't give the user any chanserv access if this is on the server
Availiable commands
  • Assign Voices
  • Ban Users
  • Unban users
  • Set Channel modes

mode #channel +h user


+v
Gives User voice - Allows a user to speak on a 'moderated' channel
Availiable commands
  • Assign Voices
  • Ban Users
  • Unban users
  • Set Channel modes

mode #channel +v user


+b
Bans a user from the channel
Effects
  • User cannot join the room
  • if user already is in room: user cannot change nick whilst in room

mode #channel +b user
::Credits go to::
VR (Systems) For content
Prellyan For design