mIRC Home    About    Download    Register    News    Help

Print Thread
#43693 23/08/03 11:12 AM
Joined: Aug 2003
Posts: 5
D
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
D
Joined: Aug 2003
Posts: 5
I have a couple of questions about usermodes, as the topic suggests.

What are the Possible User modes, I know there are:

Server Notices: S
Invisible: I
Deaf: D

What else is there?

2nd Question is: How can I tell what user modes I have implemented apon myself? Like is there a variable, so I can check to see if I have Deaf mode on... (IE. for in the popups i can have an if (so when i click on Deaf, it toggles between Deaf on and off - Detects if it is on, if so turn it off and vice versa

#43694 23/08/03 11:22 AM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
h = helper
w = walops
O = oper

then i dont know any more, i guess that depends on what ircd the server using.. (ircd = type of server) smirk


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#43695 23/08/03 11:24 AM
Joined: Dec 2002
Posts: 1,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
When you first connect to a server, you will see some lines like this:

Welcome to the DALnet IRC Network Nail!Hammer@ip68-99-175-26.mc.at.cox.net
Your host is mesra.kl.my.dal.net[@0.0.0.0], running version bahamut-1.4(35)
This server was created Tue Jun 24 2003 at 06:37:12 MYT
mesra.kl.my.dal.net bahamut-1.4(35) oOiwscrkKnfydaAbgheFxXj biklLmMnoprRstvc

The colored bit are all user modes; most of them are IRC Operator modes and you don't need to worry about them. The problem with telling you what "all the other modes are" is that these modes vary from network to network, based on which IRCd they are using. They can even vary based on the server on that network.

If you want to see which usermodes you can set on your nick, use this command:

//mode $me abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ

The modes you can set will get set and the others will be ignored. Once you have a list of modes you can set on your network, then perhaps we can tell you what they all mean. However, almost always the best place to find out that information is in #help on your network. I'm pretty sure someone there will know (or will know how to find out) what modes do what that you can set.

NOTE: modes are case-sensitive: D is not the same mode as d.


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C
#43696 23/08/03 11:27 AM
Joined: Aug 2003
Posts: 5
D
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
D
Joined: Aug 2003
Posts: 5
i thought there was wallops...
thanks for the modes help (what modes there are) what about how to tell if they are on or off (apart from looking at the top of your status bar..

And, Thanks Captain Obvious for your IRCD explaination smile However, i'm not a newbie (unlessl ike 5+ years is newbie)...

now i just need teh paramater to find out what modes are on and off

#43697 23/08/03 11:29 AM
Joined: Dec 2002
Posts: 1,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
//echo -a * I have set these modes on my nick: $usermode


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C
#43698 23/08/03 11:36 AM
Joined: Aug 2003
Posts: 5
D
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
D
Joined: Aug 2003
Posts: 5
Thank you for that.


Link Copied to Clipboard