Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Setup the bot
Last updated at 7:42 pm UTC on 6 August 2008
Example of use:

freenodeBot := SocBot newWithNick: 'squeakbot' admin: 'fstephany'.
freenodeBot connectTo: 'irc.freenode.org'.
freenodeBot joinChannel: '#trysqueakbot'.
freenodeBot identify: 'blopouille'.
freenodeBot disconnect.
freenodeBot explore.


It is recommended to open a Transcript to get a better feedback about the bot's status
The methods #joinChannel: and #identify: can be performed directly via IRC thanks to the administration interface (Bot's administration)