VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Easly create sysop doc files for the o-lined users hosting on your irc server.

by LOGICBOMB (1 Submission)
Category: Databases/Data Access/DAO/ADO
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 4th March 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Easly create sysop doc files for the o-lined users hosting on your irc server.

Rate Easly create sysop doc files for the o-lined users hosting on your irc server.



Private Sub Command1_Click()
Open (Text3.Text) For Output As #2
Print #2, "--- " & (Text1.Text) & " You now have an o-line on " & (Text4.Text) & "'s " & "Chat-Network --"
Print #2, ""
Print #2, "-------------------------------------------------------------------"
Print #2, ""
Print #2, "              Your O-LINE UserName Is: [ " & (Text5.Text) & " ]"
Print #2, "              Your O-LINE Password Is: [ " & (Text6.Text) & " ]"
Print #2, "Your status has rated as : [ " & (Text2.Text) & " ] On " & (Text4.Text) & "'s Network"
Print #2, ""
Print #2, "-------------------------------------------------------------------"
Print #2, "                            ** COMMANDS **"
Print #2, "-------------------------------------------------------------------"
Print #2, ""
Print #2, "** /Knock **" & " [ Enables you to knock on chan if +i is set ]"
Print #2, "** /ADDMOTD **" & " [ Adds the text you specify to the MOTD ]"
Print #2, "** /SETHOST **" & " [ Alows you to change your virtual host ]"
Print #2, "** /SetIdent **" & " [ Changes your ident ]"
Print #2, "** /SDesc **" & " [ Changes server info line Without having to squit ]"
Print #2, "** /CHGHOST **" & " [ Alows you to change other users virtual hostnames ]"
Print #2, "** /TSCTL OFFSET +|- <time> **" & " [ Adjust internal IRC clock ]"
Print #2, "** /TSCTL TIME **" & " [ Will give ts report ]"
Print #2, "** /sajoin **" & " [ Forces a user to join a chan ]"
Print #2, "** /sapart **" & " [ Forces a user to part a chan ]"
Print #2, "** /kill **" & " [ Dc's a user from the chat server ]"
Print #2, "** /RPING **" & " [ calculates the milliseconds between servers ]"
Print #2, ""
Print #2, "-------------------------------------------------------------------"
Print #2, "                            ** USER-MODES **"
Print #2, "-------------------------------------------------------------------"
Print #2, ""
Print #2, "o = Global IRCop"
Print #2, "O = Local IRCop"
Print #2, "i = Invisible (Not shown in /who searches)"
Print #2, "w = Can listen to wallop messages"
Print #2, "g = Can read & send to globops, and locops"
Print #2, "h = Available for help"
Print #2, "s = Can listen to server notices"
Print #2, "k = See's all the /KILL's which were executed"
Print #2, "S = For services only. (Protects them)"
Print #2, "a = Is a services admin"
Print #2, "A = Is a server admin"
Print #2, "N = Is a network admin"
Print #2, "T = Is a tech admin"
Print #2, "C = Is a co admin"
Print #2, "c = See's all connects/disconnects on local server"
Print #2, "f = Listen to flood alerts from server"
Print #2, "r = Identifies the nick as being registered"
Print #2, "x = Gives the user hidden hostname"
Print #2, "e = Can listen to server messages sent to +e users"
Print #2, "b = Can read & send to chatops"
Print #2, "W = (IRCops only) Lets you see when people does a /whois on you"
Print #2, "q = (Services Admins only) Gets you unable to be kicked unless by U:Lines"
Print #2, "F = (net|tech admin only) Lets you see far client connect/disconnects"
Print #2, "I = (net|tech admin only) Invisible Join/Part. Makes you hidden at channels"
Print #2, "1 = (IRCops only) Marks you a Coder"
Print #2, ""
Print #2, "-------------------------------------------------------------------"
Print #2, "                            ** Channel Modes **"
Print #2, "-------------------------------------------------------------------"
Print #2, ""
Print #2, "p = Private channel"
Print #2, "s = Secret channel"
Print #2, "i = Invite-only allowed"
Print #2, "m = Moderated channel, noone can speak except users with mode +voh"
Print #2, "n = No messages from outside channel"
Print #2, "t = Only channel operators may set the topic"
Print #2, "r = Channel is registered"
Print #2, "R = Requires a registered nickname to join the channel"
Print #2, "x = No ANSI color can be sent to the channel"
Print #2, "q = Channel owner (The big cheese)"
Print #2, "Q = No kicks able in channel unless by U:Lines"
Print #2, "O = IRCop only channel (setable by Opers)"
Print #2, "A = Server Admin | Network Admin | Tech Admin only channel"
Print #2, "K = /Knock is not allowed"
Print #2, "I = /Invite is not allowed"
Print #2, "S = Strip all incoming colours away"
Print #2, "l <number of max users> = Channel may hold at most <number> of users"
Print #2, "b <nick!user@host>      = Bans the nick!user@host from the channel"
Print #2, "k <key>                 = Needs the channel key to join the channel"
Print #2, "o <nickname>            = Gives operator status to the user"
Print #2, "v <nickname>            = Gives voice to the user (May talk if chan is +m)"
Print #2, "a <nickname>            = Gives protection to the user (No kick/drop)"
Print #2, "e <exception ban>       = Exception ban - If someone matches it they can join even if some else ban matches"
Print #2, "h <nickname>            = Gives halfop status to the user"
Print #2, "L <chan2>           = If channel is full (+l) the next user will autojoin < chan2 >"
MsgBox "DOC CREATED AT " & "[ " & (Text3.Text) & " ]"
Close #2
End Sub

Private Sub Command2_Click()
Text4.Text = ""
Text1.Text = ""
Text2.Text = ""
Text5.Text = ""
Text6.Text = ""
Text3.Text = ""
End Sub

Download this snippet    Add to My Saved Code

Easly create sysop doc files for the o-lined users hosting on your irc server. Comments

No comments have been posted about Easly create sysop doc files for the o-lined users hosting on your irc server.. Why not be the first to post a comment about Easly create sysop doc files for the o-lined users hosting on your irc server..

Post your comment

Subject:
Message:
0/1000 characters