ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/modules/irc irc.c,1.13,1.14


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/irc irc.c,1.13,1.14
Date: Mon, 24 Mar 2003 18:07:20 -0500

Update of /cvsroot/ayttm/ayttm/modules/irc
In directory subversions:/tmp/cvs-serv28842/modules/irc

Modified Files:
        irc.c 
Log Message:
explain why adding a login can fail


Index: irc.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/irc/irc.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- irc.c       17 Mar 2003 14:44:49 -0000      1.13
+++ irc.c       24 Mar 2003 23:07:17 -0000      1.14
@@ -1389,6 +1389,9 @@
 
 static char * irc_check_login(char * user, char * pass)
 {
+       if (strrchr(user, '@') == NULL) {
+               return strdup(_("No hostname found in your login (which should 
be in address@hidden form)."));
+       }
        return NULL;
 }
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]