Users Helper

By ©SolitaryScript on Feb 22, 2009

This is a simple commands & modes reference for users. It comes with Nickserv, Chanserv, User Mode(s), Channel Mode(s). Since its a popup, it can be used even if its not connected to the server. Its does not have much colours, blending with black, brown, light grey and red colour text. In addition i added MOTD (Server Info), User Stats & "[space]", as most first time irc users usually type it without spacing.

This script is aimed for first time IRC users (beginners).

Q: How to upload it?
A: Simple, Hold down Alt+R on your keyboard. The Script Editor will popup.
Click 'Popups'> 'View' > 'Status'. Paste the Script there and click 'Ok'.

Q: How do i use this?
A: Right Click on 'Status', and choose your choice of command.


Credits:

  • Helper System by: fake @ IrCQNet -
  • UnrealIRCd Help System -

NOTE: PLEASE DON`T EDIT OR POST THIS SCRIPT ON THE INTERNET & CALLING IT YOUR OWN.
THIS SCRIPT WAS MADE ORIGINALLY AND NO COPYRIGHT PLAGIARISM WAS DONE.


NickServ {
  echo   1::  NickServ Commands  :: 
  echo  4Register = 5/ns14[space]5REGISTER14[space]5<Password> #
  echo  4Identify = 5/ns14[space]5IDENTIFY14[space]5<Password> #
  echo  4Drop =  5/ns14[space]5DROP #
  echo  4Change Password = 5/ns14[space]5SET PASSWORD14[space]5<NewPassword>
  echo  4Set Kill = 5/ns14[space]5SET14[space]5KILL14[space]5<ON/OFF/QUICK>
  echo  4Set Secure = 5/ns14[space]5SET14[space]5SECURE14[space]5<ON/OFF>
  echo  4Set Private = 5/ns14[space]5SET14[space]5PRIVATE14[space]5<ON/OFF>
  echo  4Set E-mail = 5/ns14[space]5SET14[space]5EMAIL14[space]5<E-mailAddressHere>
  echo  4Set Url = 5/ns14[space]5SET14[space]5URL14[space]5<WebsiteUrlHere>
  echo  4Ghost Nick = 5/ns14[space]5GHOST14[space]5<Nick>14[space]5<Password>
  echo  4NickServ Help = 5/ns14[space]5HELP
  echo   1::  NickServ Commands  :: 
}
.-
ChanServ {
  echo   :: 1 ChanServ Commands  ::
  echo  4Register = 5/cs14[space]5REGISTER14[space]5<#Channel>14[space]5<Password>14[space]5<ShortDescription>
  echo  4Identify = 5/cs14[space]5IDENTIFY14[space]5<#Channel>14[space]5<Password>
  echo  4Drop = 5/cs14[space]5DROP14[space]5<#Channel>
  echo  4Change Password = 5/cs14[space]5SET14[space]5<#Channel>14[space]5PASSWORD14[space]5<NewPassword>
  echo  4Op = 5/cs14[space]5OP14[space]5<#Channel>14[space]5<nick>
  echo  4Voice = 5/cs14[space]5VOICE14[space]5<#Channel>14[space]5<nick>
  echo  4Half-Op = 5/cs14[space]5HALFOP14[space]5<#Channel>14[space]5<nick>
  echo  4Protect = 5/cs14[space]5PROTECT14[space]5<#Channel>14[space]5<nick>
  echo  4Set Url = 5/cs14[space]5SET14[space]5<#Channel>14[space]5URL14[space]5<Url>
  echo  4Set E-Mail = 5/cs14[space]5SET14[space]5<#Channel>14[space]5EMAIL14[space]5<E-MailAddress>
  echo  4SetTopic = 5/cs14[space]5SET14[space]5<#Channel>14[space]5TOPIC14[space]5<Topic>
  echo  4Set ModeLock = 5/cs14[space]5SET14[space]5<#Channel>14[space]5MLOCK14[space]5<+modes>
  echo  4Set AKick = 5/cs14[space]5AKICK14[space]5<#Channel>14[space]5ADD14[space]5<IPMask|Nickname>14[space]5<Reason>
  echo  4Add Access = 5/cs14[space]5ACCESS14[space]5<#Channel>14[space]5ADD14[space]5<Nickname>14[space]5<Level>
  echo  4Invite = 5/invite14[space]5<Nick>14[space]5<#Channel>
  echo  4Ban = 5/ban14[space]5<#Channel>14[space]5<Nickname/IPMask>
  echo  4Kick = 5/kick14[space]5<#Channel>14[space]5<Nickname>14[space]5<Reason>
  echo  4Info = 5/cs14[space]5INFO14[space]5<#Channel>14[space]5<All>
  echo  4Channel List = 5/list
  echo  4ChanServ Help = 5/cs14[space]5HELP
  echo   :: 1 ChanServ Commands  ::
}
.-
UserMode(s) {
  echo   1 ::  UserMode(s) Commands  ::
  echo  5Syntax: 5/mode14[space]5<YourNickname>14[space]5+/-14[space]5<mode(s)>
  echo  4  d = 5Makes it so you can not receive channel PRIVMSGs (Deaf)
  echo  4  p =5Hide all channels in /whois and /who
  echo  4  r = 5Identifies the nick as being Registered (settable by services only)
  echo  4  v = 5Receive infected DCC send rejection notices
  echo  4 G = 5Filters out all Bad words in your messages with <censored>
  echo  4 R = 5Allows you to only receive PRIVMSGs/NOTICEs from registered (+r) users
  echo  4 T = 5Prevents you from receiving CTCPs
  echo  4 V = 5Marks the client as a WebTV user
  echo  5Register Nick before using any of these commands. 
  echo   1 ::  UserMode(s) Commands  ::
}
.-
ChannelMode(s) {
  echo   1 ::  ChannelMode(s) Commands  ::
  echo  5Syntax: 5/mode14[space]5<YourNickname>14[space]5+/-14[space]5<mode(s)>
  echo  4 v  = 5Gives Voice to the user (May talk if chan is +m)
  echo  4 h  = 5Gives HalfOp status to the user (Limited op access)
  echo  4 o  = 5Gives Operator status to the use
  echo  4 a  = 5Gives Channel Admin to the user
  echo  4 q  = 5Gives Owner status to the user
  echo  4 b <nick!ident@host> = 5Bans the nick!ident@host from the channel
  echo  4 c = 5Block messages containing mIRC color codes
  echo  4 f [*]<lines>:<seconds> = 5Flood protection
  echo  4 i = 5A user must be invited to join the channel
  echo  4 k <key> = 5Users must specify <key> to join
  echo  4 l <number of max users> = 5Channel may hold at most <number> of users
  echo  4 m = 5Moderated channel (only +vhoaq users may speak)
  echo  4 n = 5Users outside the channel can not send PRIVMSGs to the channel 
  echo  4 p = 5Private channel
  echo  4 r = 5The channel is registered (settable by services only)
  echo  4 s = 5Secret channel
  echo  4 t = 5Only +hoaq may change the topic
  echo  4 u = 5Auditorium mode (/names and /who #channel only show channel ops)
  echo  4 C = 5No CTCPs allowed in the channe
  echo  4 G = 5Filters out all Bad words in messages with <censored>
  echo  4 M = 5Must be using a registered nick (+r) to talk
  echo  4 Q = 5No kicks allowed
  echo  4 S = 5Strips mIRC color codes
  echo  4 T = 5No NOTICEs allowed in the channel
  echo  5This commands can only be used by an Operator/Moderator (+o or higher access only)
  echo   1 ::  ChannelMode(s) Commands  ::
}
.-
Stats  {
  echo 14===========================================================================================
  echo 5 - Stats - 5Operating System:5 $os 
  echo 5 - Stats - 5mIRC Version: 5  $version 
  echo 5 - Stats - 5IP Address:5 $ip $+ 
  echo 5 - Stats - 5Server:5 $network 
  echo 5 - Stats - 5Port:5 $port
  echo 5 - Stats - 5Host:5 $host $+
  echo 5 - Stats - 5Time:5 $time
  echo 5 - Stats - 5Date:5 $date
  echo 5 - Stats - 5Login Nick:5 $me
  echo 5 - Stats - 5E-mail:5 $email
  echo 5 - Stats - 5Last IRC  was activated:5 $replace($duration($calc($ticks / 1000)),wk, Week,day, Day,hr, Hour,min, Minute,sec, Second)
  echo 14===========================================================================================
}
.-
MOTD (ServerInfo) {
  /motd
}
.-

Comments

Sign in to comment.
zexx0r   -  Mar 05, 2009

np :)

 Respond  
©SolitaryScript   -  Mar 05, 2009

Thanks for all the comments guys. Lol Aucun50, its ok no worries. Zexx0r, script has been updated thank you ;)

 Respond  
zexx0r   -  Feb 23, 2009

suggestion: remove / in front of the command,
looks more professional ;)

 Respond  
PuNkTuReD   -  Feb 23, 2009

basically, if you have a menu in your remotes like
"menu nicklist {"
just put it in your "nicklist" popups

without the "menu nicklist {"

they are all for menus

 Respond  
Aucun50   -  Feb 22, 2009

I don't do anything but remotes so LOL
/me is noob at popups and stuff

Sorry about that ©SolitaryScript

 Respond  
PuNkTuReD   -  Feb 22, 2009

Chanserv {
works
since your adding it to "PopUps"
not remotes

 Respond  
slacker   -  Feb 22, 2009

Aucun50 why would they do that if they made it to go into popups..
you dont need to make every code for remotes... lol

 Respond  
Aucun50   -  Feb 22, 2009

Not so sure "Chanserv {" works try "alias Chanserv {"
That's if you want it in remotes

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.