Changes between Version 2 and Version 3 of 0.5/JavaScriptIRCClientTutorial
- Timestamp:
- 09/08/08 17:17:38 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
0.5/JavaScriptIRCClientTutorial
v2 v3 231 231 }}} 232 232 233 Configuring Orbited 233 == Configuring Orbited == 234 234 235 Assuming you have Orbited [wiki:0.5/Installation installed] and working properly, you already have Freenode allowed in the access control list. If you want to connect to another server, you will need to configure [wiki:0.5/Configuration#accessSection access control]. 235 236 236 Conclusion 237 == Conclusion == 237 238 At this point you should have a working client for the IRC protocol. You can use this technique to write clients for other protocols. 238 239