Changes between Version 1 and Version 2 of code/doc/IRC
- Timestamp:
- Oct 7, 2008, 6:58:47 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/IRC
v1 v2 8 8 * '''msg('''''channel/nickname, message''''')''': Writes ''message'' to ''channel'' or ''nickname'' 9 9 * '''nick('''''nickname''''')''': Changes the nickname of the user to ''nickname'' 10 11 Note: At the moment the client only connects to the server if one of the above three commands is executed. For this reason the very first command has no effect. Repeat if after you've successfully connected to the server.