~ubuntu-branches/ubuntu/quantal/libircclient/quantal

« back to all changes in this revision

Viewing changes to examples/spammer.c

  • Committer: Bazaar Package Importer
  • Author(s): Bradley Smith
  • Date: 2009-01-05 22:46:15 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090105224615-j4djww5j1gkoy9y8
Tags: 1.3+dfsg1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2004 Georgy Yunaev tim@krasnogorsk.ru
 
2
 * Copyright (C) 2004-2009 Georgy Yunaev gyunaev@ulduzsoft.com
3
3
 *
4
4
 * This example is free, and not covered by LGPL license. There is no 
5
5
 * restriction applied to their modification, redistribution, using and so on.
11
11
 * This example spams the specified channels with words 'HAHA', 'HEHE' and 
12
12
 * 'HUHU' using three threads. Its main purpose is to test multithreading 
13
13
 * support of libircclient.
14
 
 *
15
 
 * $Id: spammer.c 59 2004-11-06 12:36:09Z gyunaev $
16
14
 */
17
15
 
18
16
#include <stdio.h>