Commands

This page is for 1.x phpfreechat versions. For 2.x versions, check the documentation

Here is a list of commands that can be used when chatting.

ban

Bans an user and kicks it from the room

/ban "{nickname}" {reason}

banlist

This command lists the banished users on the given channel

/banlist

clear

Clears the room's messages (but not the chat file logs)

/clear

connect

Connects to the chat

/connect {nickname}

debug

Shows debug infos

/debug [userconfig|globalconfig|phpserver]

help

Shows the command list

/help

identify

This command will identify the user admin rights

/identify {password}

init

Initialize the chat

/init

invite

Invites other users into a channel

/invite {nickname to invite} [ {target channel} ]

join

Creates a new channel

/join {channelname}

kick

Kicks the user from a channel

/kick "{nickname}" [ {reason} ]

leave

/leave [ch|pv [[{channel|nickname}] {reason}]]

me

Writes a notable message

/me {message}

nick

Change the nick (rename it) and notify all the joined channels/privmsg

/nick {newnickname}

op

Makes the user admin. Just changes the “isadmin” meta flag

/op {nickname}

deop

Makes the user no-admin. Just change the “isadmin” meta flag

/deop {nickname}

privmsg

FIXME

/privmsg {nickname}

quit

Logouts the user from the chat

/quit

redirect

Opens the url in the browser

/redirect url

rehash

This command deletes the cached configuration

/rehash

send

Sends a text to the room

/send {text to send}

unban

Will unban the user

/unban {nickname}

/unban all will unban all the users on this channel

version

Shows the script's version

/version

who

FIXME

/who channel

whois

Shows the user's details

/whois {nickname}
Fork me on GitHub