Searched refs:userhost (Results 1 – 2 of 2) sorted by relevance
2086 char *host = NULL, *userhost, *cp, *file2 = NULL; in main() local2215 userhost = xstrdup(argv[optind]); in main()2218 if ((host = strrchr(userhost, '@')) == NULL) in main()2219 host = userhost; in main()2222 if (!userhost[0]) { in main()2227 addargs(&args, "%s", userhost); in main()
824 def userhost(self, nicks): member in ServerConnection