]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/ioset.h
Added 3 new hooks available for python scripts: new_user, nick_change, and server_link
[irc/evilnet/x3.git] / src / ioset.h
index 97a4bf58d4f7cd724912fbe31ee5f45f6259c23b..e3eb30907858f82108f7ee746123f2aae4085034 100644 (file)
@@ -3,9 +3,9 @@
  *
  * This file is part of x3.
  *
- * srvx is free software; you can redistribute it and/or modify
+ * x3 is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
@@ -44,7 +44,6 @@ struct io_fd {
     void (*destroy_cb)(struct io_fd *fd);
 };
 
-extern int clock_skew;
 extern int do_write_dbs;
 extern int do_reopen;