Revision [468]

Last edited on 2007-04-04 19:21:52 by WikiAdmin [Fixed categories]
Additions:
[[CategoryChipzIRC ChipzIRC]], [[CategoryGuides Guides]], [[CategoryScripts Scripts]]
Deletions:
CategoryChipzIRC, CategoryGuides, CategoryScripts


Revision [333]

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


Revision [332]

Edited on 2006-12-14 20:03:42 by WikiAdmin
Additions:
pwd = "MyPassword"
sender.SendMessage(bot, "Register " + pwd, true)
1) Edit nick, pwd and net to your nickname, password and network.
Deletions:
pass = "MyPassword"
sender.SendMessage(bot, "Register " + pass, true)
1) Edit nick, pass and net to your nickname, password and network.


Revision [331]

Edited on 2006-12-14 20:03:10 by WikiAdmin
Additions:
%%(python;1)
# IrcClient tag is always the ServerWindow.
# Check network
# Only auth if we have the correct nickname
# Print info to the ServerWindow
# Send the message (silently)
Deletions:
%%(Python)
// IrcClient tag is always the ServerWindow.
// Check network
// Only auth if we have the correct nickname
// Print info to the ServerWindow
// Send the message (silently)


Revision [329]

Edited on 2006-12-14 19:54:27 by WikiAdmin
Additions:
1) Done! The script should now print "Connected to network....." in the ServerWindow at startup.
Deletions:
1) Done! The scripts should now print "Connected to network....." in the ServerWindow at startup.


Revision [328]

Edited on 2006-12-14 19:53:45 by WikiAdmin
Additions:
server.PrintNotice("AuthScript: Wrong nickname")
server.PrintNotice("AuthScript: Connected to " + net + ", authing with " + bot + "...")
Deletions:
server.PrintNotice("Connected to " + net + ", authing with " + bot + "...")


Revision [322]

Edited on 2006-12-14 19:50:10 by WikiAdmin
Additions:
CategoryChipzIRC, CategoryGuides, CategoryScripts
Deletions:
CategoryChipzIRC, CategoryGuides


Revision [319]

Edited on 2006-12-14 19:48:29 by WikiAdmin
Additions:
=====""Authentication with NickServ""=====
Deletions:
=====Authentication with NickServ=====


Revision [318]

Edited on 2006-12-14 19:47:32 by WikiAdmin
Additions:
Make sure that you keep the tab indentation.
event IrcClient:Registered:
Deletions:
event Irc:Registered:


Revision [317]

Edited on 2006-12-14 19:44:04 by WikiAdmin
Additions:
===Instructions===
1) Copy and paste the script above into the Script editor in the OptionsDialog.
1) Edit nick, pass and net to your nickname, password and network.
1) Done! The scripts should now print "Connected to network....." in the ServerWindow at startup.


Revision [316]

The oldest known version of this page was created on 2006-12-14 19:41:59 by WikiAdmin