diff src/toc.c @ 1100:f168625b63fe

[gaim-migrate @ 1110] some perl updates, and indication of which account got warned committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 16 Nov 2000 08:48:01 +0000
parents f0f5c10cce63
children 5bc8fdacd2cb
line wrap: on
line diff
--- a/src/toc.c	Thu Nov 16 07:35:58 2000 +0000
+++ b/src/toc.c	Thu Nov 16 08:48:01 2000 +0000
@@ -47,7 +47,7 @@
 #include "pixmaps/dt_icon.xpm"
 #include "pixmaps/free_icon.xpm"
 
-#define REVISION "gaim:$Revision: 1099 $"
+#define REVISION "gaim:$Revision: 1110 $"
 
 struct toc_data {
 	int toc_fd;
@@ -473,7 +473,7 @@
                 sprintf(debug_buff,"%s | %d\n", name, lev);
 				debug_print(debug_buff);
 
-		serv_got_eviled(name, lev);
+		serv_got_eviled(gc, name, lev);
 		
         } else if (!strcasecmp(c, "CHAT_JOIN")) {
                 char *name;