blob: 0594b7ce8a4454b9086c5ef3cc0406c8d7cf24fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
diff -u -r teknap-1.4-org/source/irchandler.c teknap-1.4/source/irchandler.c
--- teknap-1.4-org/source/irchandler.c 2001-09-19 18:57:48.000000000 +0200
+++ teknap-1.4/source/irchandler.c 2003-07-21 23:47:54.000000000 +0200
@@ -170,12 +170,6 @@
break;
case 333: /* topic time */
break;
-#if 0
-��� Numbered server stuff: "352 pana #opennap toasty bender.thirty4.com
- irc.lightning.net Toasty_ H@ :2 Chad Boyda" (irc.core.com)
- ��� Numbered server stuff: "315 pana #opennap :End of /WHO list."
- (irc.core.com)
-#endif
case 315:
break;
case 352:
@@ -948,4 +942,4 @@
}
from_server = ofs;
}
-
\ No newline at end of file
+
Only in teknap-1.4/source: irchandler.o
diff -u -r teknap-1.4-org/source/status.c teknap-1.4/source/status.c
--- teknap-1.4-org/source/status.c 2001-01-17 22:20:21.000000000 +0100
+++ teknap-1.4/source/status.c 2003-07-21 23:43:32.000000000 +0200
@@ -38,7 +38,7 @@
* Maximum number of "%" expressions in a status line format. If you change
* this number, you must manually change the sprintf() in make_status
*/
-#define STATUS_FUNCTION(x) static Char * ## x (Window *window, int map, int key)
+#define STATUS_FUNCTION(x) Char * x (Window *window, int map, int key)
#define MAX_FUNCTIONS 40
#define MAX_STATUS_USER 19
|