Revision [470]

Last edited on 2007-04-04 19:23:00 by WikiAdmin [Fixed categories]
Additions:
[[CategoryChipzIRC ChipzIRC]], [[CategoryScripts Scripts]]
Deletions:
CategoryChipzIRC, CategoryScripts


Revision [431]

Edited on 2007-03-22 15:05:05 by WikiAdmin
Additions:
Note that all classes doesn't support automatic event hooking.
Deletions:
Note that not all classes support automatic event hooking.


Revision [430]

Edited on 2007-03-22 15:04:24 by WikiAdmin
Additions:
# You don't have to define any parameters, they are always (sender as duck, e as EventArgs).
The event keyword automatically hooks an event when an object instance has been created. The syntax is "event ClassName:EventName:".
Note that not all classes support automatic event hooking.
Deletions:
# You don't have to write any parameters, they are always (sender as duck, e as EventEventArgs).
Write some more info here.


Revision [334]

Edited on 2006-12-14 20:09:35 by WikiAdmin
Additions:
%%(boo;1)
Deletions:
%%(python;1)


Revision [330]

Edited on 2006-12-14 20:02:40 by WikiAdmin
Additions:
%%(python;1)
# A static variable
# Hook an event using the special event keyword, note the colon separating the class and event name.
# You don't have to write any parameters, they are always (sender as duck, e as EventEventArgs).
Deletions:
// A static variable
// Hook an event using the special event keyword, note the colon separating the class and event name.
// You don't have to write any parameters, they are always (sender as duck, e as EventEventArgs).


Revision [321]

Edited on 2006-12-14 19:49:52 by WikiAdmin
Additions:
CategoryChipzIRC, CategoryScripts
Deletions:
CategoryChipzIRC, CategoryCustomization, CategoryDevelopment


Revision [311]

Edited on 2006-12-14 15:31:44 by WikiAdmin
Additions:
CategoryChipzIRC, CategoryCustomization, CategoryDevelopment
Deletions:
CategoryChipzIRC


Revision [308]

Edited on 2006-12-14 15:30:36 by WikiAdmin
Additions:
===Languages===
You can specify what language to use by typing #language=lang on the first line of the script.
Valid languages are:
- Boo
- C# - C Sharp (not implemented)
- VB - Visual Basic .NET (not implemented)


Revision [307]

Edited on 2006-12-14 15:28:19 by WikiAdmin
Additions:
#language=boo


Revision [306]

Edited on 2006-12-14 15:27:33 by WikiAdmin
Additions:
Write some more info here.
===Assemblies===
Assemblies must be imported before any static variables or events.
The following assemblies are automatically imported:
- System.IO
- System.Text
- System.Collections
- System.Diagnostics
- System.Windows.Forms
- ""ChipzIRC""
- Chipz.IRC
Deletions:
Text


Revision [305]

The oldest known version of this page was created on 2006-12-14 15:24:09 by WikiAdmin