Additions:
[[CategoryChipzIRC ChipzIRC]], [[CategoryGuides Guides]], [[CategoryScripts Scripts]]
Deletions:
Revision [333]
Edited on 2006-12-14 20:09:22 by WikiAdminAdditions:
%%(boo;1)
Deletions:
Revision [332]
Edited on 2006-12-14 20:03:42 by WikiAdminAdditions:
pwd = "MyPassword"
sender.SendMessage(bot, "Register " + pwd, true)
1) Edit nick, pwd and net to your nickname, password and network.
sender.SendMessage(bot, "Register " + pwd, true)
1) Edit nick, pwd and net to your nickname, password and network.
Deletions:
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 WikiAdminAdditions:
%%(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)
# 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:
// 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 WikiAdminAdditions:
1) Done! The script should now print "Connected to network....." in the ServerWindow at startup.
Deletions:
Revision [328]
Edited on 2006-12-14 19:53:45 by WikiAdminAdditions:
server.PrintNotice("AuthScript: Wrong nickname")
server.PrintNotice("AuthScript: Connected to " + net + ", authing with " + bot + "...")
server.PrintNotice("AuthScript: Connected to " + net + ", authing with " + bot + "...")
Deletions:
Revision [322]
Edited on 2006-12-14 19:50:10 by WikiAdminAdditions:
CategoryChipzIRC, CategoryGuides, CategoryScripts
Deletions:
Revision [319]
Edited on 2006-12-14 19:48:29 by WikiAdminAdditions:
=====""Authentication with NickServ""=====
Deletions:
Revision [318]
Edited on 2006-12-14 19:47:32 by WikiAdminAdditions:
Make sure that you keep the tab indentation.
event IrcClient:Registered:
event IrcClient:Registered:
Deletions:
Revision [317]
Edited on 2006-12-14 19:44:04 by WikiAdminAdditions:
===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.
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.