# example startup file # this line causes the file to only be loaded at startup (not /reload) startup # turn off output so we dont see all these commands in the status window echo off # set invisble mode when connected /on connect /umode +i # ignore people i ban for an hour #/on ban * \$me!* /ignore \$ban \; /quiet /timer 1 1h /ignore \$ban none # join a channel #/on connect /join #freebsd # turn on timestamps in the status window #/ts status on # connect to a server #/server efnet # dont forget to turn echo back on echo on