Online Tcl Compiler

## bot_identifyer04.tcl ## ## This is a bot identifyer script, for nickserv and chanserv security ## notices. Besides this, it allows users (with flag +o) to identify the ## bot on the NickServ, using the command .nickserv at the party line. ## ## For using it correctly, follow the instructions below and the other ones on ## the script. ## ## First of all, you have to create a new user on your bot to identify the ## Identification Service Provider. It can have any handle, but it has to have ## flags +fB. After this, you have to add the host mask for it, in the format ## *!user@host.domain or *!*@host.domain (it depends on your network). In our ## case, the user got like the following example: ## ## [01:11] <Buster_> .whois brasirc ## [01:11] <bot> [01:11] #Buster_# whois brasirc ## [01:11] <bot> HANDLE PASS NOTES FLAGS LAST ## [01:11] <bot> brasirc yes 0 fB never (nowhere ) ## [01:11] <bot> HOSTS: *!services@brasirc.net ## ## We are not responsible for anything that can happens to your bot. So, ## good luck !!! :) ## ## NOTE: this script works on BrasIRC Network, and it maybe will not work ## correctly on another one. ## ## Please, report bugs and suggestions to one of the following addresses: ## ## GiZZmo <vivas@usa.net> ## Buster_ <ejr@infonet.com.br> ## ## Se voce nao entende ingles e quer um script traduzido ou uma ajuda com ## os scripts que voce possui, mande um e-mail para nos. ## ## ############################ CONFIGURE THIS ################################ ## Follow the instructions to configure this script correctly. ## This sets your channel name. Replace #lamest for your channel name. set channame "#lamest" ## This sets your channel password. Replace xxxxxx for your channel password. set chanpass "xxxxxx" ## This sets your nick password. Replace xxxxxxx for your nick password. set nickpass "xxxxxxx" ## This sets your bot nick. Replace lamesbot for your bt nick. set eggnick "lamestbot" ## You must comment the line below. :) die (Are you sure you've configured the script correctly mother fucker?) ( bot_identifyer.tcl ) ################# YOU DON'T NEED TO EDIT THE SCRIPT BELOW ################# bind notc B "*denied." chanserv_sux bind notc B "*This nickname is registered and protected.*" nickserv_sux proc chanserv_sux { nick uhost hand text } { global channame chanpass putserv "PRIVMSG chanserv :identify $channame $chanpass" putlog "Sending Identify to ChanServ" } proc nickserv_sux { nick uhost hand text } { global botnick eggnick nickpass if { $botnick == "$eggnick" } { putserv "PRIVMSG nickserv :identify $nickpass" putlog "Sending Identify to NickServ" } else { putlog "$eggnick is using a nick owned by someone else" } } bind dcc o nickserv nickserv proc nickserv { hand idx mascara } { global nickpass putserv "PRIVMSG nickserv :identify $nickpass" } putlog "Loading Bot_Identifyer Script, v0.4 -- By GiZZmo <vivas@usa.net> and Buster_ <ejr@infonet.com.br>" ## SDG (Sergipe Development Group)

About Online Tcl Compiler

Try our Online Tcl Compiler (Version Tcl v8.6.6) to Edit, Run, and Share your Tcl Code directly from your browser. This online development environment provides you the latest version Tcl v8.6.6.

How to use Online Tcl Compiler?

Write and Execute Code

  • Write your program (or, paste it) directly under the "Source Code" tab.
  • If you want to save your program, go to the "Project" menu and save it.
  • You can directly execute your program without saving it by clicking on on "Execute" button.

User Input

The latest version of Coding Ground allows to provide program input at run time from the termnial window exactly the same way as you run your program at your own computer. So simply run a program and provide your program input (if any) from the terminal window available in the right side.

Online Tcl Compiler: Keyboard Shortcuts

The following are the keyword shortcut of this Online Tcl Compiler:

ShortcutDescription
⌘ + EnterRun the program
⌘ + SSave Project (Login Required)
⇧ + ⌘ + SSave As Project
⌘ + PNew Project
⌘ + GShare Project
⌘ + ZUndo Editing
⌘ + YRedo Editing
⌘ + ASelect All Text
⌘ + XCut Selected Text
⌘ + CCopy Selected Text
⌘ + VPaste Copied Text
⌘ + FSearch Text
⌘ + ⌥ + FReplace Text
ShortcutDescription
Ctrl + EnterRun the program
Ctrl + SSave Project
Shift + Ctrl + SSave As Project
Ctrl + GShare Project
Ctrl + ZUndo Editing
Ctrl + YRedo Editing
Ctrl + ASelect All Text
Ctrl + XCut Selected Text
Ctrl + CCopy Selected Text
Ctrl + VPaste Copied Text
Ctrl + FSearch Text
Ctrl + HReplace Text

Online Tcl Compiler: Save and Share Tcl Code (Project)

Save Tcl Project Online

You can save your Tcl Project with us so that you can access this project later on. To save a project you will need to create a login Id with us. So before you save a project, please create a login Id using a link given at the top right corner of this page.

Share Tcl Project Online

You can use this feature to share your Tcl Code with your teachers, classmates and colleagues. Just click Share Button and it will create a short link, which can be shared through Email, WhatsApp or even through Social Media. A shared link will be deleted if it has been passive for almost 3 months.

More Features of Online Tcl Compiler

  • Theme – You can change the current editor's theme from the "Editor Theme" option under "Settings" menu.
  • Font Size – You can change the font size of the editor /compiler from from the "Font Size" option under "Settings" menu.
  • Tab Size – You can change the tab size from the "Tab Size" option under "Settings" Menu.
  • Show/Hide Line Numbers – You can show/hide the line number with the code from the "Show Line Numbers" or "Hide Line Numbers" option under "Settings" Menu.
  • And, many more.

Benefits of Using Online Tcl Compiler

There are several benefits of using the Online Tcl Compiler to run your Tcl code:

  • Platform independence: You can run your code from any device without taking care of operating systems.
  • Convenience: You don't need to install anything for using this.
  • No setup required: There is no need for additional setup to run your code.
  • Updated version: Our online compiler/editors/terminals are the latest up-to-date.
 Execute |  Beautify | Share
My Projects
Change Password
My Profile
Logout
Undo
Redo
Cut
Copy
Paste
Delete
Select All
Find
Find and Replace
Editor Theme
Crimson
Eclipse
Github
Solarized
Cobalt
krTheme
Monokai
Terminal
Textmate
Twilight
Vibrant Ink
Font Size
8px
9px
10px
11px
12px
13px
14px
15px
16px
17px
18px
20px
22px
24px
Tab Size
1
2
3
4
5
6
7
8
Show Invisible
Hide Invisible
Show Line Numbers
Hide Line Numbers
Ace Editor (Default)
Vim Editor
Emacs Editor
Open New Project
Save Project
Save As New Project
Share Project
Search Project
Online Java Compiler
Online Python Compiler
Online C++ Compiler
Online CSharp Compiler
Online C Compiler
Online PHP Compiler
Online R Compiler
Online NumPy Compiler
More Compilers