Update README.md

master
Pentium44 2021-01-03 18:27:47 -08:00
parent 6b3032fec0
commit 4e61ea317b
2 changed files with 3 additions and 1 deletions

View File

@ -14,11 +14,13 @@ and I'm proud of that. It's versatile, easy to setup, and extremely effecient to
###### Commands in IdleIRC
* /focus [channel|user]: Funnel messages to specific channel or user (Alias: /switch; /query)
* /archive: Archive current log file, and clear current chat history.
* /part (channel): Part channel, part focused channel if none specified
* /rejoin (channel): Part, and join a channel; focused channel if none is specified
* /nick [nickname]: Change your nickname
* /list [channel]: List users in a channel
* /usermode [flag(s): Sets MODE flag(s) to user
* /msg [channel|user] [msg]: Message channel, or PM 'user'
* /mode [channel] [flag(s)]: Sets MODE flag(s) for [channel]
* /channel: Prints focused channel / user (Alias: /focused)

View File

@ -150,7 +150,7 @@ if (isset($_GET['msg']) && $_GET['msg']!="" && isset($_GET['nick']) && $_GET['ni
} else if ($cmd[0] == "/help" || $cmd[0] == "/?") {
$logline .= "<tr><td class='userinfo'><span style='color:$ipcolor;'>$title $version ~</span></td>";
$logline .= "<td>HELP: Information about $title<br />/join [channel] : Join IRC channel [channel]<br />";
$logline .= "/archive: Archive current log file, and clear current chat history.";
$logline .= "/archive: Archive current log file, and clear current chat history.<br />";
$logline .= "/focus [channel|user]: Funnel messages to specific channel or user (Alias: /switch; /query)<br />";
$logline .= "/part (channel): Part channel, part focused channel if none specified<br />";
$logline .= "/rejoin (channel): Part, and join a channel; focused channel if none is specified<br />";