Home
last modified time | relevance | path

Searched refs:cmd_whoami (Results 1 – 10 of 10) sorted by relevance

/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Ddcc.h54 int cmd_whoami (int, char *);
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Ddcc.h54 int cmd_whoami (int, char *);
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dbot_link.c968 int cmd_whoami(int idx, char *par) in cmd_whoami() function
H A Dtcl_public.c37 { "whoami", cmd_whoami, 0, "determines your userlevel" },
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dbot_link.c968 int cmd_whoami(int idx, char *par) in cmd_whoami() function
H A Dtcl_public.c37 { "whoami", cmd_whoami, 0, "determines your userlevel" },
/dports/irc/evangeline/evangeline-msa/src/
H A Dcmds.c2682 static void cmd_whoami(struct userrec *u, int idx, char *par) in cmd_whoami() function
2757 {"whoami", "", (Function) cmd_whoami, NULL},
/dports/irc/evangeline/evangeline/src/
H A Dcmds.c2682 static void cmd_whoami(struct userrec *u, int idx, char *par) in cmd_whoami() function
2757 {"whoami", "", (Function) cmd_whoami, NULL},
/dports/irc/eggdrop/eggdrop-1.9.1/src/
H A Dcmds.c3205 static void cmd_whoami(struct userrec *u, int idx, char *par) function
3292 {"whoami", "", (IntFunc) cmd_whoami, NULL},
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dbuiltins.py3915 class cmd_whoami(Command): class